mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-17 03:31:11 +00:00
Release note for #1075
This commit is contained in:
parent
498db70e5d
commit
cf9758138a
2 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ Changelog
|
|||
* Simplified body_class in default homepage template (Josh Barr)
|
||||
* page_published signal now called with the revision object that was published (Josh Barr)
|
||||
* Added an overrideable favicon to the admin interface
|
||||
* Added spinner animations to long-running form submissions
|
||||
* Fix: Deleting a page permission from the groups admin UI does not immediately submit the form
|
||||
* Fix: Wagtail userbar is shown on pages that do not pass a `page` variable to the template (e.g. because they override the `serve` method)
|
||||
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ What's new
|
|||
* Simplified body_class in default homepage template
|
||||
* page_published signal now called with the revision object that was published
|
||||
* Added a favicon to the admin interface, customisable by overriding the ``branding_favicon`` block (see :ref:`custom_branding`).
|
||||
* Added spinner animations to long-running form submissions
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue