Skip to content

Commit 689269e

Browse files
authored
Add 1.6.3 into master. (#1086)
1 parent baba2ed commit 689269e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
### Fixed
2424
* #1012 Return status for introspecting a nonexistent token from 401 to the correct value of 200 per [RFC 7662](https://datatracker.ietf.org/doc/html/rfc7662#section-2.2).
2525

26+
## [1.6.3] 2022-01-11
27+
28+
### Fixed
29+
* #1085 Fix for #1083 admin UI search for idtoken results in `django.core.exceptions.FieldError: Cannot resolve keyword 'token' into field.`
30+
31+
### Added
32+
* #1085 Add admin UI search fields for additional models.
33+
2634
## [1.6.2] 2022-01-06
2735

2836
**NOTE: This release reverts an inadvertently-added breaking change.**

oauth2_provider/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import django
22

33

4-
__version__ = "1.6.2"
4+
__version__ = "1.6.3"
55

66
if django.VERSION < (3, 2):
77
default_app_config = "oauth2_provider.apps.DOTConfig"

0 commit comments

Comments
 (0)