From df446f1475b87247a16bcacfd7e7b5dc14e155c0 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Thu, 9 Apr 2015 17:06:32 +0100 Subject: [PATCH] 0.9 => 1.0 --- docs/pages/editing_api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/editing_api.rst b/docs/pages/editing_api.rst index df3e593d79..197eeffd23 100644 --- a/docs/pages/editing_api.rst +++ b/docs/pages/editing_api.rst @@ -362,7 +362,7 @@ The ``RelatedLink`` class is a vanilla Django abstract model. The ``BookPageRela The ``relation_name`` is the ``related_name`` label given to the cluster's ``ParentalKey`` relation. You can add the ``panels`` manually or make them part of the cluster model. Finally, ``label`` and ``help_text`` provide a heading and caption, respectively, for the Wagtail editor. -.. versionchanged:: 0.9 +.. versionchanged:: 1.0 In previous versions, it was necessary to pass the base model as the first parameter to ``InlinePanel``; this is no longer required. @@ -378,7 +378,7 @@ For more on ``django-modelcluster``, visit `the django-modelcluster github proje Customising the tabbed interface ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.. versionadded:: 0.9 +.. versionadded:: 1.0 As standard, Wagtail organises panels into three tabs: 'Content', 'Promote' and 'Settings'. Depending on the requirements of your site, you may wish to customise this for specific page types - for example, adding an additional tab for sidebar content. This can be done by specifying an ``edit_handler`` property on the page model. For example: