You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
### Added
10
10
* Support for Django 5.2
11
11
* Support for Python 3.14 (Django >= 5.2.8)
12
+
*#1539 Add device authorization grant support
13
+
12
14
13
15
<!--
14
16
### Changed
15
17
### Deprecated
16
18
### Removed
19
+
-->
17
20
### Fixed
21
+
*#1252 Fix crash when 'client' is in token request body
22
+
<!--
18
23
### Security
19
24
-->
20
25
@@ -27,7 +32,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
32
*#1506 Support for Wildcard Origin and Redirect URIs - Adds a new setting [ALLOW_URL_WILDCARDS](https://django-oauth-toolkit.readthedocs.io/en/latest/settings.html#allow-uri-wildcards). This feature is useful for working with CI service such as cloudflare, netlify, and vercel that offer branch
28
33
deployments for development previews and user acceptance testing.
29
34
*#1586 Turkish language support added
30
-
*#1539 Add device authorization grant support
31
35
32
36
### Changed
33
37
The project is now hosted in the django-oauth organization.
0 commit comments