diff --git a/HISTORY.rst b/HISTORY.rst index ec97e73..718f4ca 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) ++++++++++++++++++ diff --git a/README.rst b/README.rst index 2203e19..caf8c7b 100644 --- a/README.rst +++ b/README.rst @@ -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 ----------