Skip to content

Commit 18b40f0

Browse files
committed
Update docs.
1 parent 5155fe7 commit 18b40f0

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- Add `get_template_loaders` for easier `TEMPLATES` configuration in `settings.py`.
66
- Add `django-viewcomponent` integration.
77
- Add `view` template tag.
8-
- Add support for calling models by app label, e.g. `{% model 'app_label.Model' %}`.
8+
- Add support for calling models by app label, e.g. `{% model app_label.Model %}`.
99
- Skip over comment tags when parsing templates.
1010

1111
## 0.25.0

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
- [`call`](https://dj-angles.adamghill.com/en/latest/template-tags/call/): call functions in a template
3434
- [`model`](https://dj-angles.adamghill.com/en/latest/template-tags/model/): call a model in a template
35+
- [`template`](https://dj-angles.adamghill.com/en/latest/template-tags/template/): inline template
3536
- [`view`](https://dj-angles.adamghill.com/en/latest/template-tags/view/): render a view in a template
3637

3738
### Filters

docs/source/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
- [`call`](https://dj-angles.adamghill.com/en/latest/template-tags/call/): call functions in a template
2424
- [`model`](https://dj-angles.adamghill.com/en/latest/template-tags/model/): call a model in a template
25+
- [`template`](https://dj-angles.adamghill.com/en/latest/template-tags/template/): inline template
2526
- [`view`](https://dj-angles.adamghill.com/en/latest/template-tags/view/): render a view in a template
2627

2728
### Filters

0 commit comments

Comments
 (0)