File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Install with pip::
53
53
Add `oauth2_provider ` to your `INSTALLED_APPS `
54
54
55
55
.. code-block :: python
56
-
56
+
57
57
INSTALLED_APPS = (
58
58
...
59
59
' oauth2_provider' ,
@@ -96,6 +96,11 @@ master branch
96
96
* ``oauthlib_backend_class `` is now pluggable through Django settings
97
97
* #127: ``application/json `` Content-Type is now supported using ``JSONOAuthLibCore ``
98
98
99
+ 0.8.1 [2015-04-27]
100
+ ~~~~~~~~~~~~~~~~~~
101
+
102
+ * South migrations fixed. Added new django migrations.
103
+
99
104
0.8.0 [2015-03-27]
100
105
~~~~~~~~~~~~~~~~~~
101
106
Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ master branch
7
7
* ``oauthlib_backend_class `` is now pluggable through Django settings
8
8
* #127: ``application/json `` Content-Type is now supported using ``JSONOAuthLibCore ``
9
9
10
+
11
+ 0.8.1 [2015-04-27]
12
+ ------------------
13
+
14
+ * South migrations fixed. Added new django migrations.
15
+
16
+
10
17
0.8.0 [2015-03-27]
11
18
------------------
12
19
Original file line number Diff line number Diff line change 1
- __version__ = '0.8.0 '
1
+ __version__ = '0.8.1 '
2
2
3
3
__author__ = "Massimiliano Pippi & Federico Frenguelli"
4
4
You can’t perform that action at this time.
0 commit comments