- Use ruff for linting and reformatting (341). - Update Makefile and package configuration (339, 340). - Drop support for Django 4.0 (EOL) (352). - Move version to source code, reduce dependencies (351).
23.2
- Replace m2r2 with sphinx-mdinclude (335). - Use setup.cfg instead of setup.py (336). - Tag version when publishing a release (337).
23.1
- Remove coveralls service (328). - Update requirements (327). - Add support for Python 3.11 and Django 4.2 (328).
22.1
- Drop support for Django 2.2 (EOL) (220). - Add support for Django 4.1 (220).
21.2
- Use Python's `http` module for status codes (113). - Drop support for Django 3.1 (EOL). - Drop support for Python 3.6 (EOL). - Fix CI.