Update documentation
This commit is contained in:
parent
5de03cb159
commit
4fe6ba7fd5
2 changed files with 7 additions and 0 deletions
|
@ -17,6 +17,7 @@ History
|
|||
toolbar items are removed from the toolbar in the post detail view to avoid
|
||||
confusings page meta / tags with post ones
|
||||
* Plugin API changed to filter out posts according to the request.
|
||||
* Django 1.7 support
|
||||
|
||||
0.2.0 (2014-09-24)
|
||||
++++++++++++++++++
|
||||
|
|
|
@ -30,6 +30,7 @@ Supported Django versions:
|
|||
|
||||
* Django 1.5
|
||||
* Django 1.6
|
||||
* Django 1.7
|
||||
|
||||
Supported django CMS versions:
|
||||
|
||||
|
@ -46,6 +47,11 @@ Supported django CMS versions:
|
|||
argument. Templates has been changed to use a context variable
|
||||
instead. Please update your plugin templates accordingly.
|
||||
|
||||
.. warning:: To ease migration to version 0.3, djangocms-blog depends on south
|
||||
even on Django 1.7; while this is unnecessary for Dajngo 1.7, it
|
||||
makes transition to version 0.3 painless. Hard dependency will be
|
||||
removed in 0.5.
|
||||
|
||||
|
||||
Quickstart
|
||||
----------
|
||||
|
|
Loading…
Reference in a new issue