Skip to content

Commit 78feec8

Browse files
Andrew-Chen-WangAsif Saif Uddin
authored and
Asif Saif Uddin
committed
Update CHANGELOG.md for 1.6.0
1 parent 0204383 commit 78feec8

File tree

1 file changed

+36
-4
lines changed

1 file changed

+36
-4
lines changed

CHANGELOG.md

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
-->
1616

1717
## [unreleased]
18-
* Remove support for Django 3.0
19-
* Add support for Django 3.2
20-
* #989 Change any HttpResponse to JsonResponse if possible
21-
* #981 redirect_uri is now required in authorization requests when multiple URIs are registered.
18+
19+
## [Added]
20+
* #968 Add support for Django 3.2
21+
* #949 Provide django.contrib.auth.authenticate() with a request for compatibiity with more backends.
22+
* #953 Allow loopback redirect URIs using ports as described in RFC8252
23+
* #972 Add Farsi/fa language support
24+
* #978 Multiple rsa keys
25+
* #967 OpenID: Add claims to Well know
26+
* #1019 #1024 #1026 #1030 #1033 #1036 [pre-commit.ci] pre-commit autoupdate
27+
* #1021 Jazzband: Synced file(s) with jazzband/.github
28+
29+
## [Changed]
30+
* #1022 Replaced pkg_resources usage with importlib.metadata
31+
* #981 Require redirect_uri if multiple URIs are registered
32+
* #963 Handles ValueErrors with invalid hex values in query strings (#954)
33+
* #989 Change remaining HttpResponse to JsonResponse
34+
* #988 Optimize DB access in AccessTokenAdmin
35+
* #973 Use django-cors-headers in docs
36+
* #1009 Add missing space in assertion error
37+
* #1025 Moved version info from setup.cfg into package
38+
* #991 Update settings.rst with text
39+
* #956 doc: missing argument to get_userinfo_claims
40+
* #985 Documentation grammar
41+
* #977 doc: Add missing import
42+
* #1014 Update tutorial_03.rst to use arrays instead of tuples in the settings.py file
43+
44+
## [Fixed]
45+
* #948 Fix #524 - Restrict usage of timezone aware expire dates to Django projects with USE_TZ set to True
46+
* #957 Fix double oauth2_provider mountpoint in oidc view
47+
48+
## [Removed]
49+
* #968 Remove support for Django 3.0
50+
* #1035 Removes default_app_config for Django Deprecation Warning
51+
* #1023 six should be dropped
52+
53+
## [1.6.0] 2021-12-14
2254

2355
### Added
2456
* #712, #636, #808. Calls to `django.contrib.auth.authenticate()` now pass a `request`

0 commit comments

Comments
 (0)