pull/1725/merge
Matt Westcott 2015-10-23 11:54:27 +01:00
rodzic 735082e927
commit a51fdf1279
2 zmienionych plików z 9 dodań i 0 usunięć

Wyświetl plik

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

Wyświetl plik

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