mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-18 22:10:59 +00:00
0.9 => 1.0
This commit is contained in:
parent
0e67d5b3ca
commit
df446f1475
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue