Update documentation

This commit is contained in:
Iacopo Spalletti 2014-12-05 15:52:37 +01:00
parent 37502d73da
commit 248270d164
2 changed files with 8 additions and 0 deletions

View file

@ -16,6 +16,7 @@ History
* If djangocms-page-meta and djangocms-page-tags are installed, the relevant * If djangocms-page-meta and djangocms-page-tags are installed, the relevant
toolbar items are removed from the toolbar in the post detail view to avoid toolbar items are removed from the toolbar in the post detail view to avoid
confusings page meta / tags with post ones confusings page meta / tags with post ones
* Plugin API changed to filter out posts according to the request.
0.2.0 (2014-09-24) 0.2.0 (2014-09-24)
++++++++++++++++++ ++++++++++++++++++

View file

@ -40,6 +40,13 @@ Supported django CMS versions:
defaults for search engines. Existing data will not be affected, defaults for search engines. Existing data will not be affected,
but widgets that enforce the length for new data is now being used. 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.
Quickstart Quickstart
---------- ----------