File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ Notice that `oauth2_provider` namespace is mandatory.
74
74
Documentation
75
75
--------------
76
76
77
- The `full documentation <https://django-oauth-toolkit.readthedocs.org/en/latest/ >`_ is on *Read the Docs *.
77
+ The `full documentation <https://django-oauth-toolkit.readthedocs.org/ >`_ is on *Read the Docs *.
78
78
79
79
License
80
80
-------
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ _development_
5
+ -----------
6
+
7
+ * Issue #64: Fix urlencode clientid secret
8
+
9
+
4
10
0.5.0 [2013-09-17]
5
11
------------------
6
12
7
13
* oauthlib 0.6.0 support
8
14
9
15
**Backwards incompatible changes in 0.5.0 **
10
16
11
- * backends.py module has been renamed to oauth2_backends.py so you should change your imports whether you're extending
12
- this module
17
+ * backends.py module has been renamed to oauth2_backends.py so you should change your imports whether you're extending this module
13
18
14
19
**Bugfixes **
15
20
You can’t perform that action at this time.
0 commit comments