* Added django 4.2 and main to the test suite * Fix bug which let checks fail on templates using the with_data template tag.
4.0.0
================
* Django 4 support added * Dropped python 3.7, django 2.2 and 3.1
3.0.1
================
* Fix for tests in sdist tarball [115]
3.0.0
================
* Added support for Django 3.2 * Drop support for python 3.5 and 3.6
2.0.0
==================
* Added support for Django 3.1 * Dropped support for Python 2.7 and Python 3.4 * Dropped support for Django < 2.2 * Replaced pep8 with flake8 * Adapted documentation
1.1.0
==================
* Added support for Django 3.0 * Added support for Python 3.8 * Extended test matrix * Added isort and adapted imports * Adapted code base to align with other supported addons * Adapted ``README.rst`` instructions