- Add support for Django 4.2 and 5.0 - Add support for Python 3.11 and 3.12 - Drop support for EOL Python 3.7 - Drop support for EOL Django 2.2 and 4.0 - Fix bug: type annotations were not used because ``py.typed`` was not always installed.
3.3.0
- Introduce type annotations for common APIs
3.2.1
- Fixed incorrect Django versions mentioned in CHANGELOG
3.2.0
- Added support for Python 3.10 - Dropped support for Python 3.6 (EOL) - Dropped support for Django 3.0 and 3.1 (EOL)