diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f8d5a4eb8f..60ff68faf0 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) diff --git a/docs/releases/1.0.rst b/docs/releases/1.0.rst index e11cbd6ceb..055ca6fc0d 100644 --- a/docs/releases/1.0.rst +++ b/docs/releases/1.0.rst @@ -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 ------