File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Hiroki Kiyohara
2525Jens Timmerman
2626Jerome Leclanche
2727Jim Graham
28+ Jonathan Steffan
2829Paul Oswald
2930Pavel Tvrdík
3031pySilver
Original file line number Diff line number Diff line change @@ -16,15 +16,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
1717## [ unreleased]
1818
19- * #898 Added the ability to customize classes for django admin
20- * #903 Disable ` redirect_uri ` field length limit for ` AbstractGrant `
21- * #690 Added pt-PT translations to HTML templates. This enables adding additional translations.
19+ ## [ 1.4.0] 2021-02-08
2220
2321### Added
22+ * #917 Documentation improvement for Access Token expiration.
23+ * #916 (for DOT contributors) Added ` tox -e livedocs ` which launches a local web server on ` locahost:8000 `
24+ to display Sphinx documentation with live updates as you edit.
25+ * #891 (for DOT contributors) Added [ details] ( https://django-oauth-toolkit.readthedocs.io/en/latest/contributing.html )
26+ on how best to contribute to this project.
2427* #884 Added support for Python 3.9
28+ * #898 Added the ability to customize classes for django admin
29+ * #690 Added pt-PT translations to HTML templates. This enables adding additional translations.
2530
2631### Fixed
27- * made token revocation not apply a limit to the ` select_for_update ` statement #866
32+ * #906 Made token revocation not apply a limit to the ` select_for_update ` statement (impacts Oracle 12c database).
33+ * #903 Disable ` redirect_uri ` field length limit for ` AbstractGrant `
2834
2935## [ 1.3.3] 2020-10-16
3036
Original file line number Diff line number Diff line change 11[metadata]
22name = django-oauth-toolkit
3- version = 1.3.3
3+ version = 1.4.0
44description = OAuth2 Provider for Django
55long_description = file: README.rst
66long_description_content_type = text/x-rst
You can’t perform that action at this time.
0 commit comments