File tree Expand file tree Collapse file tree 3 files changed +35
-2
lines changed Expand file tree Collapse file tree 3 files changed +35
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Requirements
42
42
------------
43
43
44
44
* Python 2.7, 3.3
45
- * Django 1.4, 1.5, 1.6b3
45
+ * Django 1.4, 1.5, 1.6
46
46
47
47
Installation
48
48
------------
@@ -93,6 +93,22 @@ Highest priority first
93
93
Changelog
94
94
---------
95
95
96
+ 0.5.0 [2013-09-17]
97
+
98
+ * oauthlib 0.6.0 support
99
+
100
+ **Backwards incompatible changes in 0.5.0 **
101
+
102
+ * `backends.py ` module has been renamed to `oauth2_backends.py ` so you should change your imports whether
103
+ you're extending this module
104
+
105
+ **Bugfixes **
106
+
107
+ * Issue #54: Auth backend proposal to address #50
108
+ * Issue #61: Fix contributing page
109
+ * Issue #55: Add support for authenticating confidential client with request body params
110
+ * Issue #53: Quote characters in the url query that are safe for Django but not for oauthlib
111
+
96
112
0.4.1 [2013-09-06]
97
113
98
114
* Optimize queries on access token validation
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 0.5.0 [2013-09-17]
5
+ ------------------
6
+
7
+ * oauthlib 0.6.0 support
8
+
9
+ **Backwards incompatible changes in 0.5.0 **
10
+
11
+ * backends.py module has been renamed to oauth2_backends.py so you should change your imports whether you're extending
12
+ this module
13
+
14
+ **Bugfixes **
15
+
16
+ * Issue #54: Auth backend proposal to address #50
17
+ * Issue #61: Fix contributing page
18
+ * Issue #55: Add support for authenticating confidential client with request body params
19
+ * Issue #53: Quote characters in the url query that are safe for Django but not for oauthlib
20
+
4
21
0.4.1 [2013-09-06]
5
22
------------------
6
23
Original file line number Diff line number Diff line change 1
- __version__ = '0.4.1 '
1
+ __version__ = '0.5.0 '
2
2
3
3
__author__ = "Massimiliano Pippi & Federico Frenguelli"
4
4
You can’t perform that action at this time.
0 commit comments