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::
5353Add `oauth2_provider ` to your `INSTALLED_APPS `
5454
5555.. code-block :: python
56-
56+
5757 INSTALLED_APPS = (
5858 ...
5959 ' oauth2_provider' ,
@@ -96,6 +96,11 @@ master branch
9696* ``oauthlib_backend_class `` is now pluggable through Django settings
9797* #127: ``application/json `` Content-Type is now supported using ``JSONOAuthLibCore ``
9898
99+ 0.8.1 [2015-04-27]
100+ ~~~~~~~~~~~~~~~~~~
101+
102+ * South migrations fixed. Added new django migrations.
103+
991040.8.0 [2015-03-27]
100105~~~~~~~~~~~~~~~~~~
101106
Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ master branch
77* ``oauthlib_backend_class `` is now pluggable through Django settings
88* #127: ``application/json `` Content-Type is now supported using ``JSONOAuthLibCore ``
99
10+
11+ 0.8.1 [2015-04-27]
12+ ------------------
13+
14+ * South migrations fixed. Added new django migrations.
15+
16+
10170.8.0 [2015-03-27]
1118------------------
1219
Original file line number Diff line number Diff line change 1- __version__ = '0.8.0 '
1+ __version__ = '0.8.1 '
22
33__author__ = "Massimiliano Pippi & Federico Frenguelli"
44
You can’t perform that action at this time.
0 commit comments