Python & Django Support
- Python 3.10, 3.11, 3.12, 3.13, 3.14
- Django 4.2, 5.2, 6.0
What's Changed
- Drop support for following (#303)
- Python 3.6, 3.7, 3.8, 3.9
- Django 2.2, 3.0, 3.1, 3.2, 4.0, 4.1
- Add Django 5.2 compatibility (#325, thanks @justinmayer):
- Mark
last_loginanddate_joinedas readonly inUserAdmin
- Mark
- Add Django 6.0 compatibility (#338)
- Cleanup of deprecated Django APIs (#303):
- Replace
force_textwithforce_str - Remove
default_app_config - Remove
USE_L10N
- Replace
- Fix missing import display in quickstart docs (#324, thanks @offby1)
- Development/maintenance:
New Contributors
Full Changelog: v2.1.0...v3.0.0