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 ]
22
33* ** New feature** : AccessToken, RefreshToken and Grant models are now swappable.
44* #477 : ** New feature** : Add support for RFC 7662 (IntrospectTokenView, introspect scope)
77* ** Backwards-incompatible** : The ` oauth2_provider.ext.rest_framework ` module
88 has been moved to ` oauth2_provider.contrib.rest_framework `
99* #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
1011* #476 : Disallow empty redirect URIs
1112* Fixed bad ` url ` parameter in some error responses.
1213* Django 2.0 compatibility fixes.
Original file line number Diff line number Diff line change 11[metadata]
22name = django-oauth-toolkit
3- version = 0.12 .0
3+ version = 1.0 .0
44description = OAuth2 Provider for Django
55author = Federico Frenguelli, Massimiliano Pippi
66author_email = synasius@gmail.com
77url = https://github.com/evonove/django-oauth-toolkit
88download_url = https://github.com/evonove/django-oauth-toolkit/tarball/master
99keywords = django, oauth, oauth2, oauthlib
1010classifiers =
11- Development Status :: 4 - Beta
11+ Development Status :: 5 - Production/Stable
1212 Environment :: Web Environment
1313 Framework :: Django
1414 Framework :: Django :: 1.10
You can’t perform that action at this time.
0 commit comments