------------------ - Removed support for EOL Python 3.8 - Removed support for EOL Django below 4.2 - Added support for Python 3.13 - Update dependencies - Switch to trusted publishing and package signing
5.1.0
------------------ - Add support for individual backend queues (e.g. celery) per Check class - Replace `bumpversion` with the maintained `bump-my-version`
5.0.0
------------------
- Get rid of tox.ini and use GitHub Actions for testing - Add support for Python 3.12 - Add support for Django 5.0 - Upgrade libraries in test environment
4.0.1
------------------
- Fixed result queryset for_user filter to only utilize assigned groups if result has no assigned users
4.0.0
------------------
- BREAKING CHANGE! added the ability to assign multiple users and groups instead of just one. Check migrating section in the README for more information
3.6.0
------------------
- Show current config settings in superuser debug table - Add screenshot of details page to README - use db_alias if provided on post_save signals, Thanks stefan-cardnell-rh