Release note for #1754

This commit is contained in:
Matt Westcott 2015-10-23 11:54:27 +01:00
parent 735082e927
commit a51fdf1279
2 changed files with 9 additions and 0 deletions

View file

@ -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

View file

@ -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 <https://pypi.python.org/pypi/wagtailsettings/>`_ package) to allow administrators to edit site-specific settings.
See: :doc:`/reference/contrib/settings`
Jinja2 support
~~~~~~~~~~~~~~