From 8a96ff72250f5892aa8b8135056c3860a6ddad02 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Fri, 14 Aug 2015 19:22:00 +0200 Subject: [PATCH] Update readme with a warning --- README.rst | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index a85cadd..bec9d9e 100644 --- a/README.rst +++ b/README.rst @@ -32,16 +32,11 @@ Supported django CMS versions: * django CMS 3.x -.. warning:: Starting from version 0.3 the length of the meta_description and - meta_title fields has been changed according to the most common - defaults for search engines. Existing data will not be affected, - but widgets that enforce the length for new data is now being used. -.. warning:: Starting from 0.3 BlogLatestEntriesPlugin and BlogAuthorPostsPlugin - the plugin API has changed: ``BlogLatestEntriesPlugin.get_posts``, - ``BlogAuthorPostsPlugin.get_authors`` requires the ``request`` - argument. Templates has been changed to use a context variable - instead. Please update your plugin templates accordingly. +.. warning:: Version 0.6 changes the field of LatestPostsPlugin.tags field. + A datamigration is in place to migrate the data, but check that + works ok for your project before upgrading, as this might delete + some relevant data. .. warning:: Starting from version 0.5, this package does not declare dependency on South anymore; please install it separately if using this