kopia lustrzana https://github.com/wagtail/wagtail
Release/changelog notes for #1109
rodzic
b13951b5cf
commit
be3be40389
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
------
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue