* Remove support for Python below 3.10 * Remove support for Django below 4.2 * Add support for Django 5.0 * Add support for Python 3.11 * Add support for Python 3.12 * Modernize build and test environment
5.0.0
Not released to due an issue with the deploy action
4.0.1
* Remove support for Django < 3.2 * Remove support for Python < 3.8 * Modernize build and test environment
4.0.0
Not released to due an issue with the deploy action
3.0.0
* Remove support for Django 2.x * Remove utf 8 headers as all Python 3 files must be unicode anyways * Fix CI badge in readme * Modernize build and test environment
2.0.2
* Remove setting language in session as this was depreacted since Django 2.x and is broken with Django 3.x * Add tests for Django 3.2 * Remove old python 2 and Django compatibility code