mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-11 08:43:10 +00:00
Release note for #1800
This commit is contained in:
parent
3ef94d60a2
commit
da4f091466
3 changed files with 8 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ Changelog
|
|||
|
||||
* Django 1.9 support
|
||||
* Support for indexing fields across relations in Elasticsearch
|
||||
* Added toolbar to cross-link between different search areas, and `register_admin_search_area` hook to register new areas (Ben Kerle)
|
||||
* Added `WAGTAIL_PASSWORD_RESET_ENABLED` setting to allow password resets to be disabled independently of the password management interface (John Draper)
|
||||
* Updated fonts for more comprehensive Unicode support
|
||||
* Added `.alt` attribute to image renditions
|
||||
|
|
|
|||
|
|
@ -86,6 +86,7 @@ Contributors
|
|||
* Matthew Downey
|
||||
* Maris Serzans
|
||||
* Shu Ishida
|
||||
* Ben Kerle
|
||||
|
||||
|
||||
Translators
|
||||
|
|
|
|||
|
|
@ -43,6 +43,12 @@ Fields on related objects can now be indexed in Elasticsearch using the new ``in
|
|||
See: :ref:`wagtailsearch_index_relatedfields`
|
||||
|
||||
|
||||
Cross-linked admin search UI
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
The search interface in the Wagtail admin now includes a toolbar to quickly switch between different search types - pages, images, documents and users. A new :ref:`register_admin_search_area <register_admin_search_area>` hook is provided for adding new search types to this toolbar.
|
||||
|
||||
|
||||
Minor features
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue