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
25
25
Jens Timmerman
26
26
Jerome Leclanche
27
27
Jim Graham
28
+ Jonathan Steffan
28
29
Paul Oswald
29
30
Pavel Tvrdík
30
31
pySilver
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
16
16
17
17
## [ unreleased]
18
18
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
22
20
23
21
### 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.
24
27
* #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.
25
30
26
31
### 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 `
28
34
29
35
## [ 1.3.3] 2020-10-16
30
36
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = django-oauth-toolkit
3
- version = 1.3.3
3
+ version = 1.4.0
4
4
description = OAuth2 Provider for Django
5
5
long_description = file: README.rst
6
6
long_description_content_type = text/x-rst
You can’t perform that action at this time.
0 commit comments