5.2 (2023-02-14)
- Optimized the admin SSO changelist by adding
list_select_related
. Thanks @c-v-ya!
5.1 (2022-08-01)
- Added a redirect to the admin interface landing page after successful authentication. Thanks @cspickert!
5.0 (2022-01-21)
- Added pre-commit.
- Raised the minimum requirements to Python >= 3.8, Django >= 3.2.
4.0 (2021-12-13)
- Dropped support for old versions of Django.
3.1 (2020-12-13)
- Made the
request
argument toDjangoSSOAuthBackend.authenticate
mandatory and actually pass the request from inside the authentication view. - Added Django 3.1 to the CI matrix.
3.0 (2020-01-21)
- Added compatibility with Django 2, 3.0.