File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-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' ,
@@ -90,6 +90,11 @@ Roadmap / Todo list (help wanted)
90
90
Changelog
91
91
---------
92
92
93
+ 0.8.1 [2015-04-27]
94
+ ~~~~~~~~~~~~~~~~~~
95
+
96
+ * South migrations fixed. Added new django migrations.
97
+
93
98
0.8.0 [2015-03-27]
94
99
~~~~~~~~~~~~~~~~~~
95
100
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 0.8.1 [2015-04-27]
5
+ ------------------
6
+
7
+ * South migrations fixed. Added new django migrations.
8
+
9
+
4
10
0.8.0 [2015-03-27]
5
11
------------------
6
12
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