kopia lustrzana https://github.com/wagtail/wagtail
37 wiersze
1.3 KiB
ReStructuredText
37 wiersze
1.3 KiB
ReStructuredText
==========================================
|
|
Wagtail 1.8 release notes - IN DEVELOPMENT
|
|
==========================================
|
|
|
|
.. contents::
|
|
:local:
|
|
:depth: 1
|
|
|
|
|
|
What's new
|
|
==========
|
|
|
|
|
|
Minor features
|
|
~~~~~~~~~~~~~~
|
|
|
|
* Added support of a custom ``edit_handler`` for site settings. See :ref:`docs for the site settings module <edit_handlers_settings>`. (Axel Haustant)
|
|
* Added ``get_landing_page_template`` getter method to ``AbstractForm`` (Gagaro)
|
|
* Added ``Page.get_admin_display_title`` method to override how the title is displayed in the admin (Henk-Jan van Hasselaar)
|
|
|
|
|
|
Bug fixes
|
|
~~~~~~~~~
|
|
|
|
* ``AbstractForm`` now respects custom ``get_template`` methods on the page model (Gagaro)
|
|
* Use specific page model for the parent page in the explore index (Gagaro)
|
|
* Remove responsive styles in embed when there is no ratio available (Gagaro)
|
|
* Parent page link in page search modal no longer disappears on hover (Dan Braghis)
|
|
|
|
|
|
Upgrade considerations
|
|
======================
|
|
|
|
``wagtail.wagtailimages.models.get_image_model`` has moved
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
The ``get_image_model`` function should now be imported from ``wagtail.wagtailimages`` rather than ``wagtail.wagtailimages.models``. See :ref:`custom_image_model_referring_to_image_model`. |