Quellcode durchsuchen

Release/changelog notes for #1109

Dan Braghis vor 9 Jahren
Ursprung
Commit
be3be40389
2 geänderte Dateien mit 8 neuen und 8 gelöschten Zeilen
  1. 1 0
      CHANGELOG.txt
  2. 7 8
      docs/releases/1.0.rst

+ 1 - 0
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)

+ 7 - 8
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
 ------