mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-27 08:04:01 +00:00
Release notes for #3047
This commit is contained in:
parent
e893dd895b
commit
2e1c58a586
3 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
-------------
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue