File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments