From a51fdf12799b2e0c0f9c6394d253862f964dbcc8 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 23 Oct 2015 11:54:27 +0100 Subject: [PATCH] Release note for #1754 --- CHANGELOG.txt | 1 + docs/releases/1.2.rst | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0515c0eb9b..08475c96b9 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -4,6 +4,7 @@ Changelog 1.2 (xx.xx.xxxx) ~~~~~~~~~~~~~~~~ + * Added `wagtail.contrib.settings`, a module to allow administrators to edit site-specific settings * Core templatetags (pageurl, image, wagtailuserbar, etc) are now compatible with Jinja2 * Image and document models now provide a `search` method on their QuerySets * Search methods now accept an `operator` argument to determine whether multiple terms are ORed or ANDed together diff --git a/docs/releases/1.2.rst b/docs/releases/1.2.rst index e6448cac7b..a02eeefe7a 100644 --- a/docs/releases/1.2.rst +++ b/docs/releases/1.2.rst @@ -10,6 +10,14 @@ Wagtail 1.2 release notes - IN DEVELOPMENT What's new ========== +Site settings module +~~~~~~~~~~~~~~~~~~~~ + +Wagtail now includes a contrib module (previously available as the `wagtailsettings `_ package) to allow administrators to edit site-specific settings. + +See: :doc:`/reference/contrib/settings` + + Jinja2 support ~~~~~~~~~~~~~~