From cf6ab069be09742cfa0f740f56aebedd3d3b6f61 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Mon, 18 Jan 2016 20:07:25 +0100 Subject: [PATCH] Update README --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 89815ee..7522a22 100644 --- a/README.rst +++ b/README.rst @@ -48,6 +48,9 @@ Supported django CMS versions: works ok for your project before upgrading, as this might delete some relevant data. +.. warning:: When upgrading to version 0.6, check that every post as an attached + category, or select a menu without categories. + .. warning:: Starting from version 0.5, this package does not declare dependency on South anymore; please install it separately if using this application on Django 1.6. @@ -88,6 +91,7 @@ Add ``djangocms_blog`` and its dependencies to INSTALLED_APPS:: ... 'filer', 'easy_thumbnails', + 'aldryn_apphooks_config', 'cmsplugin_filer_image', 'parler', 'taggit',