release note for #1349

This commit is contained in:
Matt Westcott 2015-05-29 16:24:23 +01:00
parent eaa100367f
commit e2a44fe0a5
2 changed files with 2 additions and 0 deletions

View file

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

View file

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