- Drop support for Python 3.5 and 3.6
- Compatible with Django 4.2
- Replace Poetry with PDM
- Add tests for Python 3.11
- Compatible with Django 4.1
- Add tests for Python 3.9
- Remove support for deprecated Python 3.4
- Compatible with Django 3.1
- Upgrade build system to poetry-core>=1.0.0
- Remove dependencies version ceiling
- Fix "django40 warning: django.utils.translation.ugettext_lazy() is deprecated"
- Add tests for Django 3.2
- Add tests for Django 4.0
- Add tests for Python 3.10
- Fix distributed build - remove extra unnecessary files.
- Fix KeyError: 'skip checks' error [#5]
- Add tests for Python 3.8
- Compatible with Django 3.0
- Format code with Black
- Fix tests for Django 1.11
- Add tests for Django 2.2
- Add tests for Python 3.7
- Add tests for Django 2.1
- Remove Pipenv
- Change packaging and dependency manager to Poetry
- First release on PyPI.