File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- Unreleased
5- ----------
4+ Version 2.9.0
5+ -------------
6+
7+ _Released July 2nd, 2021_
68
7- - Jinja2 policies now settable via TEMPLATES[n]['OPTIONS' ]['policies' ] (#285).
9+ - Jinja2 policies now settable via ` TEMPLATES[n]['OPTIONS']['policies']` (#285).
810- `makemessages` now respects the `ext.i18n.trimmed` policy,
911 will automatically trim jinja `{% trans %}` blocks when generating `.po` files.
1012
Original file line number Diff line number Diff line change 11= django-jinja - jinja2 backend for Django
22Andrey Antukh, <niwi @niwi.be >
3- 2.8 .0
3+ 2.9 .0
44:toc: left
55:!numbered:
66:source-highlighter: pygments
Original file line number Diff line number Diff line change 44
55setup (
66 name = "django-jinja" ,
7- version = "2.8 .0" ,
7+ version = "2.9 .0" ,
88 description = "Jinja2 templating language integrated in Django." ,
99 long_description = open ("README.rst" ).read (),
1010 long_description_content_type = 'text/x-rst' ,
You can’t perform that action at this time.
0 commit comments