File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -87,10 +87,13 @@ Roadmap / Todo list (help wanted)
87
87
Changelog
88
88
---------
89
89
90
- master
91
- ~~~~~~~~~~~~~~~~~~
90
+ 0.10.0 [2015-12-14]
91
+ ~~~~~~~~~~~~~~~~~~~
92
92
93
93
* **#322: dropping support for python 2.6 and django 1.4, 1.5, 1.6 **
94
+ * #310: Fixed error that could occur sometimes when checking validity of incomplete AccessToken/Grant
95
+ * #333: Added possibility to specify the default list of scopes returned when scope parameter is missing
96
+ * #325: Added management views of issued tokens
94
97
* #249: Added a command to clean expired tokens
95
98
* #323: Application registration view uses custom application model in form class
96
99
* #299: 'server_class' is now pluggable through Django settings
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- master
4
+ 0.10.0 [2015-12-14]
5
5
------------------
6
6
7
7
* **#322: dropping support for python 2.6 and django 1.4, 1.5, 1.6 **
8
+ * #310: Fixed error that could occur sometimes when checking validity of incomplete AccessToken/Grant
9
+ * #333: Added possibility to specify the default list of scopes returned when scope parameter is missing
10
+ * #325: Added management views of issued tokens
8
11
* #249: Added a command to clean expired tokens
9
12
* #323: Application registration view uses custom application model in form class
10
13
* #299: 'server_class' is now pluggable through Django settings
You can’t perform that action at this time.
0 commit comments