-
Fix template loaders order.
-
Convert documentation to asciidoctor.
-
Move changelog to separated file.
-
Add render_with decorator as replacement for django inclusion_tag.
-
Reorder how builtin functions/filters are setted making easy overwrite them.
-
Add timezone template filters and template global functions: localtime, tz and timezone.
-
Fix django 1.7 warnings on run tests.
-
Add all rest methods to error views (403, 404, 500).
-
Add settings JINJA2_FILTERS_REPLACE_FROM_DJANGO
-
Add settings JINJA2_MUTE_URLRESOLVE_EXCEPTIONS
-
Improvements on cache tag.
-
Other bugfixes.
-
Change template order selection.
-
New contrib: subdomains
-
New contrib: dajax-ice
-
Documentation fixes.
-
Minor improvements.
-
Remove obsolete version variable from init.py file.
-
Add bytecode cache with django cache framework support.
-
Introduce backward incompatible change: all contrib apps are renamed (prepened _ on each module name) for avoid name conflicts with the original package.
-
Put autoescape ON by default.
-
Add easy_thumbnails contrib app
-
Add django humanize contrib app