File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- ### 0.13. 0 [ unreleased ]
1
+ ### 1.0. 0 [ 2017-06-07 ]
2
2
3
3
* ** New feature** : AccessToken, RefreshToken and Grant models are now swappable.
4
4
* #477 : ** New feature** : Add support for RFC 7662 (IntrospectTokenView, introspect scope)
7
7
* ** Backwards-incompatible** : The ` oauth2_provider.ext.rest_framework ` module
8
8
has been moved to ` oauth2_provider.contrib.rest_framework `
9
9
* #177 : Changed ` id ` field on Application, AccessToken, RefreshToken and Grant to BigAutoField (bigint/bigserial)
10
+ * #321 : Added ` created ` and ` updated ` auto fields to Application, AccessToken, RefreshToken and Grant
10
11
* #476 : Disallow empty redirect URIs
11
12
* Fixed bad ` url ` parameter in some error responses.
12
13
* Django 2.0 compatibility fixes.
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = django-oauth-toolkit
3
- version = 0.12 .0
3
+ version = 1.0 .0
4
4
description = OAuth2 Provider for Django
5
5
author = Federico Frenguelli, Massimiliano Pippi
6
6
author_email = synasius@gmail.com
7
7
url = https://github.com/evonove/django-oauth-toolkit
8
8
download_url = https://github.com/evonove/django-oauth-toolkit/tarball/master
9
9
keywords = django, oauth, oauth2, oauthlib
10
10
classifiers =
11
- Development Status :: 4 - Beta
11
+ Development Status :: 5 - Production/Stable
12
12
Environment :: Web Environment
13
13
Framework :: Django
14
14
Framework :: Django :: 1.10
You can’t perform that action at this time.
0 commit comments