mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-24 08:34:49 +00:00
release note for #1349
This commit is contained in:
parent
eaa100367f
commit
e2a44fe0a5
2 changed files with 2 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ Changelog
|
|||
* Added a new decorator-based syntax for RoutablePage, compatible with Django 1.8
|
||||
* Collapsible blocks stay open on any form error (Salvador Faria)
|
||||
* Document upload modal no longer switches tabs on form errors (Salvador Faria)
|
||||
* Added `AUTO_UPDATE` flag to search backend settings to enable/disable automatically updating the search index on model changes
|
||||
|
||||
|
||||
0.8.8 (xx.xx.2015)
|
||||
|
|
|
|||
|
|
@ -119,6 +119,7 @@ Search
|
|||
------
|
||||
|
||||
* Search view accepts "page" GET parameter in line with pagination
|
||||
* Added ``AUTO_UPDATE`` flag to search backend settings to enable/disable automatically updating the search index on model changes
|
||||
|
||||
|
||||
Routable pages
|
||||
|
|
|
|||
Loading…
Reference in a new issue