pull/1424/merge
Matt Westcott 2015-10-05 18:41:48 +01:00
rodzic a86b08a622
commit deee02e4d7
3 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -10,6 +10,7 @@ Changelog
* Added classnames to Wagtail rich text editor buttons to aid custom styling (Rob Shelton)
* 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
* 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)

Wyświetl plik

@ -1,3 +1,5 @@
.. _custom_branding:
Custom branding
===============

Wyświetl plik

@ -16,6 +16,7 @@ What's new
* Added classnames to Wagtail rich text editor buttons to aid custom styling
* 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`).
Bug fixes
~~~~~~~~~