Release/changelog notes for #1109

pull/1363/head
Dan Braghis 2015-06-01 14:30:07 +01:00
rodzic b13951b5cf
commit be3be40389
2 zmienionych plików z 8 dodań i 8 usunięć

Wyświetl plik

@ -54,6 +54,7 @@ Changelog
* 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
* Made the built-in project template follow the Django one, with several Wagtail-specific additions. The template comes with two apps (home and search)
0.8.8 (xx.xx.2015)

Wyświetl plik

@ -36,6 +36,13 @@ Django 1.8 support
Wagtail now officially supports running under Django 1.8.
Vanilla project template
~~~~~~~~~~~~~~~~~~~~~~~~
The built-in project template is more like the Django built-in one with several
Wagtail-specific additions. It includes bare minimum settings and two apps (home and search).
Minor changes
~~~~~~~~~~~~~
@ -107,14 +114,6 @@ Docs
* Support for ``If-Modified-Since`` HTTP header
Project template
----------------
* The Vagrantfile now listens on port 8000
* Removed ``LOGIN_URL`` and ``LOGIN_REDIRECT_URL`` settings (as Wagtail no longer requires these)
* Removed example Celery configuration from ``production.py`` and ``requirements.txt``
Search
------