- Now all builtin filters, and global functions are implemented using jinja2 extensions. - Breaking change: JINJA2_FILTERS_REPLACE_FROM_DJANGO is removed
1.2.1
-------------
- Improved JINJA2_LOADER handling for django <= 1.7 - Add documentation entry for JINJA2_LOADER.
1.2.0
-------------
- Allow set custom module as translation engine. (by toshka)
1.1.1
-------------
- Fix typos on function names. - Honor Django's `setting_changed` signal to reinitialize the Jinja2 environment.
Thanks to akx
1.1.0
-------------
- Code base refactored. - Add django 1.8 support. - Remove `fix_ampersands` filter. - Fix linebreaksbr autoescape bug. - Start using `jinja2.DebugUndefined` when settings.DEBUG is True.
1.0.5
-------------
- Fix template loaders order. - Convert documentation to asciidoctor. - Move changelog to separated file.