mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-05 05:54:44 +00:00
Release note for #1744
This commit is contained in:
parent
5a67971d1d
commit
a02cc3e67c
2 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue