We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2989685 commit c2580d3Copy full SHA for c2580d3
CHANGELOG.md
@@ -15,15 +15,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
-->
16
17
## [unreleased]
18
+
19
+### Added
20
*#712, #636, #808. Calls to `django.contrib.auth.authenticate()` now pass a `request`
21
to provide compatibility with backends that need one.
22
23
+### Fixed
24
+*#524 Restrict usage of timezone aware expire dates to Django projects with USE_TZ set to True.
25
26
## [1.5.0] 2021-03-18
27
28
### Added
29
*#915 Add optional OpenID Connect support.
-### Fixed
-*#524 Restrict usage of timezone aware expire dates to Django projects with USE_TZ set to True.
30
31
### Changed
32
*#942 Help via defunct Google group replaced with using GitHub issues
0 commit comments