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
4242------------
4343
4444* Python 2.7, 3.3
45- * Django 1.4, 1.5, 1.6b3
45+ * Django 1.4, 1.5, 1.6
4646
4747Installation
4848------------
@@ -93,6 +93,22 @@ Highest priority first
9393Changelog
9494---------
9595
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+
961120.4.1 [2013-09-06]
97113
98114 * Optimize queries on access token validation
Original file line number Diff line number Diff line change 11Changelog
22=========
33
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+
4210.4.1 [2013-09-06]
522------------------
623
Original file line number Diff line number Diff line change 1- __version__ = '0.4.1 '
1+ __version__ = '0.5.0 '
22
33__author__ = "Massimiliano Pippi & Federico Frenguelli"
44
You can’t perform that action at this time.
0 commit comments