File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
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,14 +16,22 @@ 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 `
19
+
20
+ ## [ 1.4.0 ] 2021-02-xx
21
21
22
22
### Added
23
+ * #917 Documentation improvement for Access Token expiration.
24
+ * #916 (for DOT contributors) Added ` tox -e livedocs ` which launches a local web server on ` locahost:8000 `
25
+ to display Sphinx documentation with live updates as you edit.
26
+ * #891 (for DOT contributors) Added [ details] ( https://django-oauth-toolkit.readthedocs.io/en/latest/contributing.html )
27
+ on how best to contribute to this project.
23
28
* #884 Added support for Python 3.9
29
+ * #898 Added the ability to customize classes for django admin
30
+ * #690 Added pt-PT translations to HTML templates. This enables adding additional translations.
24
31
25
32
### Fixed
26
- * made token revocation not apply a limit to the ` select_for_update ` statement #866
33
+ * #906 Made token revocation not apply a limit to the ` select_for_update ` statement (impacts Oracle 12c database).
34
+ * #903 Disable ` redirect_uri ` field length limit for ` AbstractGrant `
27
35
28
36
## [ 1.3.3] 2020-10-16
29
37
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.3.4
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