mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-13 17:53:12 +00:00
Changelog/release note/contributor for #1688
This commit is contained in:
parent
80fbdca1a2
commit
ea436e51cc
3 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ Changelog
|
|||
* 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)
|
||||
* Fix: request.site now set correctly on page preview when the page is not in the default site
|
||||
* Fix: Project template no longer raises a deprecation warning (Maximilian Stauss)
|
||||
|
||||
|
||||
1.1 (15.09.2015)
|
||||
|
|
|
|||
|
|
@ -67,6 +67,7 @@ Contributors
|
|||
* Timothy Allen
|
||||
* Rob Shelton
|
||||
* Anurag Sharma
|
||||
* Maximilian Stauss
|
||||
|
||||
|
||||
Translators
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@ 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)
|
||||
* ``request.site`` now set correctly on page preview when the page is not in the default site
|
||||
* Project template no longer raises a deprecation warning (Maximilian Stauss)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
|
|||
Loading…
Reference in a new issue