- Python backwards compatbility and coverage improvements.
1.2
------------------
- Django 2.0 compatibility and tests.
1.1.1
--------------------
- Django 1.11 compatibility and tests.
1.1
------------------
- Django 1.10 compatibility and tests. - Python 3.6 compatibility. - `TEMPLATE_DEBUG` setting is no longer honored to raise individual errors, in favor of standard `DEBUG`.
1.0
------------------
- Code cleanup and update for Django 1.8+. Python3 Support. Better test integration. Better docs.
0.9.1
--------------------
- Django 1.2 compatibility! Fixed a bug where tests did not pass under Django 1.2. Thanks to Brian Rosner for this.