Supported Versions Changes
- Removes support for Python 3.7. Please upgrade to Python >= 3.8 or use django-admin-confirm v1.0.0
- Adds support for Python 3.11, 3.12, 3.13
- Adds support for Django 5.2
What's Changed
- Fixing a missing import from the code sample by @oliwarner in #39
- Issue #46: redis cache error by @TrangPham in #47
- Simple workaround to ignore FieldDoesNotExist with custom fields by @Henri-J-Norden in #57
- Move refresh_from_db outside of loop by @StopMotionCuber in #61
- add admin actions description, if it exists (#58) by @gutierri in #60
- Use model meta to generate verbose name by @dtcooper in #54
New Contributors
- @oliwarner made their first contribution in #39
- @Henri-J-Norden made their first contribution in #57
- @StopMotionCuber made their first contribution in #61
- @gutierri made their first contribution in #60
- @dtcooper made their first contribution in #54
Full Changelog: v1.0.0...v1.0.1