------------------------------- * Removed support for Python 3.2 and 3.3. * Removed support for Django < 1.11. * Added support for Django 2.0. * Added ``tox`` for tests matrix * Configured setup using ``setup.cfg``
1.3
----------------------------- * Removed support for Django < 1.8 and Python 2.6. * Added support for Django 1.11 and Python 3.6. * Added support for passing a 2-tuple to ``decorator_include()`` as allowed by Django's ``include()``.
1.2
--------------------------------- * Official support for Django 1.10.
1.1
------------------------------- * Stop importing module in ``__init__``.
1.0
--------------------------------- * First official release, adding support for Django 1.9.
0.2
--------------------------------- * Support for Python 3 and Django 1.6+.