Historic change log for all releases prior to v3 is available here
In this release
- Drop support for Django 2.1
- Fix compatibility with UUIDField primary keys
- Fix formatting for pyupgrade
- Fix error with get_objects_for_user on PostgreSQL
- Modify 'assign_perm' shortcut to treat lists as a queryset
- Updated links to Django documentation and django-authority repository
- Removed reference to "easy_install" in the documentation
- Run migrations check only if required version of django is installed
What's Changed
- Fix error with get_objects_for_user on PostgreSQL. by @jonnyarnold in #677
- Fix broken Django docs link by @johnthagen in #687
- removed "easy_install" by @guettli in #689
- Modify 'assign_perm' shortcut to treat lists as a queryset by @DavisRayM in #686
- Update link to current django-authority repository by @pnuckowski in #692
- Cast object_pk to UUIDField when PK is a UUID by @michael-k in #691
- Run migrations check only if required version of django is installed by @michael-k in #690
- Drop support for Django 2.1 by @michael-k in #693
- Fix unittest mock imports that triggered the linter by @lnagel in #700
- Update CHANGES for v2.3.0 by @lnagel in #695
New Contributors
- @guettli made their first contribution in #689
- @DavisRayM made their first contribution in #686
- @pnuckowski made their first contribution in #692
- @lnagel made their first contribution in #700
Full Changelog: v2.2.0...v2.3.0