Files
deb-python-jingo/CHANGELOG
James Socol ad909e4830 Version 0.7.
2014-01-07 14:01:42 -05:00

33 lines
564 B
Plaintext

CHANGES
=======
v0.7
----
* Added Python 3 support.
* Add context_processors application to EXCLUDE_APPS.
* Add tox config.
* Support template source in debug toolbar.
* Fix many documentation issues.
* Fix deprecation warnings.
v0.6.1
------
* Added JINGO_INCLUDE_PATTERN.
v0.6
----
* Works with Django 1.5
v0.5
----
* Removed deprecated jingo.render() method.
* Removed deprecated jingo.views module.
* Include safe_django_forms monkeypatch as jingo.monkey.
* Add EXCLUDE_APPS default and clarify documentation.
* Add override kwarg to register.filter.