Release notes for #3047

This commit is contained in:
Mikalai Radchuk 2016-10-10 14:21:39 +03:00
parent e893dd895b
commit 2e1c58a586
3 changed files with 5 additions and 1 deletions

View file

@ -4,7 +4,7 @@ Changelog
1.8 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~
* Allows to define a custom `edit_handler` on site settings (Axel Haustant)
* Added support of a custom `edit_handler` in site settings (Axel Haustant)
1.7 (xx.xx.xxxx) - IN DEVELOPMENT

View file

@ -38,6 +38,8 @@ Create a model that inherits from ``BaseSetting``, and register it using the ``r
A 'Social media settings' link will appear in the Wagtail admin 'Settings' menu.
.. _edit_handlers_settings:
Edit handlers
-------------

View file

@ -14,6 +14,8 @@ What's new
Minor features
~~~~~~~~~~~~~~
* Added support of a custom ``edit_handler`` for site settings. See :ref:`docs for the site settings module <edit_handlers_settings>`. (Axel Haustant)
Bug fixes
~~~~~~~~~