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::
5353Add `oauth2_provider ` to your `INSTALLED_APPS `
5454
5555.. code-block :: python
56-
56+
5757 INSTALLED_APPS = (
5858 ...
5959 ' oauth2_provider' ,
@@ -90,6 +90,11 @@ Roadmap / Todo list (help wanted)
9090Changelog
9191---------
9292
93+ 0.8.1 [2015-04-27]
94+ ~~~~~~~~~~~~~~~~~~
95+
96+ * South migrations fixed. Added new django migrations.
97+
93980.8.0 [2015-03-27]
9499~~~~~~~~~~~~~~~~~~
95100
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 0.8.1 [2015-04-27]
5+ ------------------
6+
7+ * South migrations fixed. Added new django migrations.
8+
9+
4100.8.0 [2015-03-27]
511------------------
612
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