File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change
1
+ ### 0.13.0 [ unreleased]
2
+
3
+ * ** New feature** : AccessToken, RefreshToken and Grant models are now swappable.
4
+ * #477 : ** New feature** : Add support for RFC 7662 (IntrospectTokenView, introspect scope)
5
+ * ** Compatibility** : Django 1.10 is the new minimum required version
6
+ * ** Compatibility** : Django 1.11 is now supported
7
+ * #177 : Changed ` id ` field on Application, AccessToken, RefreshToken and Grant to BigAutoField (bigint/bigserial)
8
+ * #476 : Disallow empty redirect URIs
9
+ * Fixed bad ` url ` parameter in some error responses.
10
+ * Django 2.0 compatibility fixes.
11
+ * The dependency on django-braces has been dropped.
12
+ * The oauthlib dependency is no longer pinned.
13
+
1
14
### 0.12.0 [ 2017-02-24]
2
15
3
16
* ** New feature** : Class-based scopes backends. Listing scopes, available scopes and default scopes
You can’t perform that action at this time.
0 commit comments