Release note for #1800

This commit is contained in:
Matt Westcott 2015-12-14 21:06:31 +00:00
parent 3ef94d60a2
commit da4f091466
3 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -86,6 +86,7 @@ Contributors
* Matthew Downey
* Maris Serzans
* Shu Ishida
* Ben Kerle
Translators

View file

@ -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
~~~~~~~~~~~~~~