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 45d9efc commit 1a55febCopy full SHA for 1a55feb
CHANGELOG.md
@@ -16,6 +16,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
17
## [Unreleased]
18
19
+## [1.6.3] 2022-01-11
20
+
21
+### Fixed
22
+* #1085 Fix for #1083 admin UI search for idtoken results in `django.core.exceptions.FieldError: Cannot resolve keyword 'token' into field.`
23
24
+### Added
25
+* #1085 Add admin UI search fields for additional models.
26
27
## [1.6.2] 2022-01-06
28
29
**NOTE: This release reverts an inadvertently-added breaking change.**
oauth2_provider/__init__.py
@@ -1,7 +1,7 @@
1
import django
2
3
4
-__version__ = "1.6.2"
+__version__ = "1.6.3"
5
6
if django.VERSION < (3, 2):
7
default_app_config = "oauth2_provider.apps.DOTConfig"
0 commit comments