------------------------------- * Updated tox test runner to include Python 3.14 and Django 5.1
3.1
------------------------------- * Updated to include support for Python < 3.14 and Django <5.2 * Updated to use Black along with Flake8 and iSort
3.0
------------------------------- * Handle namespace/app_name the same way as Django `include` function * Ensure parameterized decorators are accepted * Added support for Django 2.2 and 3.0 * Added support for Python 3.8
2.1
------------------------------- * Added support for Django 2.1 and Python 3.7. * Fixed ImportError when installed on environments with an old version of setuptools.
2.0
------------------------------- * Removed support for Python 2 * Removed support for Django < 2
1.4
------------------------------- * 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``