- Fix django 1.7 warnings on run tests. - Add all rest methods to error views (403, 404, 500).
0.23
------------
- Add settings JINJA2_FILTERS_REPLACE_FROM_DJANGO - Add settings JINJA2_MUTE_URLRESOLVE_EXCEPTIONS - Improvements on cache tag. - Other bugfixes.
0.22
------------
- Change template order selection. - New contrib: subdomains - New contrib: dajax-ice - Documentation fixes. - Minor improvements.
0.21
------------
- Remove obsolete __version__ variable from __init__.py file. - Add bytecode cache with django cache framework support.
0.20
------------
- Introduce backward incompatible change: all contrib apps are renamed (prepened _ on each module name) for avoid name conflicts with the original package.