mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-13 17:53:12 +00:00
Release note for #1718
This commit is contained in:
parent
b14d366c9b
commit
0e7b92971a
2 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ Changelog
|
|||
* Page editor form now sets enctype="multipart/form-data" as appropriate, allowing FileField to be used on page models (Petr Vacha)
|
||||
* Explorer navigation menu on a completely empty page tree now takes you to the root level, rather than doing nothing
|
||||
* Added animation and fixed display issues when focusing a rich text field (Alex Gleason)
|
||||
* Added a system check to warn if Pillow is compiled without JPEG / PNG support
|
||||
* Fix: Page slugs are no longer auto-updated from the page title if the page is already published
|
||||
* 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)
|
||||
|
|
|
|||
|
|
@ -84,6 +84,7 @@ Minor features
|
|||
* Page editor form now sets ``enctype="multipart/form-data"`` as appropriate, allowing FileField to be used on page models (Petr Vacha)
|
||||
* Explorer navigation menu on a completely empty page tree now takes you to the root level, rather than doing nothing
|
||||
* Added animation and fixed display issues when focusing a rich text field (Alex Gleason)
|
||||
* Added a system check to warn if Pillow is compiled without JPEG / PNG support
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue