pull/1766/head
Matt Westcott 2015-09-30 17:16:48 +01:00
rodzic 5a67971d1d
commit a02cc3e67c
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -9,6 +9,7 @@ Changelog
* Added SQL Server compatibility to image migration (Timothy Allen)
* Added classnames to Wagtail rich text editor buttons to aid custom styling (Rob Shelton)
* 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)
1.1 (15.09.2015)

Wyświetl plik

@ -19,4 +19,4 @@ Bug fixes
~~~~~~~~~
* Deleting a page permission from the groups admin UI does not immediately submit the form
* Wagtail userbar is shown on pages that do not pass a ``page`` variable to the template (e.g. because they override the ``serve`` method)