mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-17 19:51:11 +00:00
changelog entry for #2517 should be in 1.4.4
This commit is contained in:
parent
7523d7f57f
commit
518abc2673
3 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,6 @@ Changelog
|
|||
* Fix: Failures on sending moderation notification emails now produce a warning, rather than crashing the admin page outright (Matt Fozard)
|
||||
* Fix: All admin forms that could potentially include file upload fields now specify `multipart/form-data` where appropriate (Tim Heap)
|
||||
* Fix: REM units in Wagtailuserbar caused incorrect spacing (Vincent Audebert)
|
||||
* Fix: Now user can upload images / documents only into permitted collection from choosers
|
||||
* Fix: Explorer menu no longer scrolls with page content (Vincent Audebert)
|
||||
|
||||
|
||||
|
|
@ -42,6 +41,7 @@ Changelog
|
|||
|
||||
* Fix: The `wagtailuserbar` template tag now gracefully handles situations where the `request` object is not in the template context (Matt Westcott)
|
||||
* Fix: Meta classes on StreamField blocks now handle multiple inheritance correctly (Tim Heap)
|
||||
* Fix: Now user can upload images / documents only into permitted collection from choosers
|
||||
|
||||
|
||||
1.4.3 (04.04.2016)
|
||||
|
|
|
|||
|
|
@ -15,3 +15,4 @@ Bug fixes
|
|||
|
||||
* The ``wagtailuserbar`` template tag now gracefully handles situations where the ``request`` object is not in the template context (Matt Westcott)
|
||||
* Meta classes on StreamField blocks now handle multiple inheritance correctly (Tim Heap)
|
||||
* Now user can upload images / documents only into permitted collection from choosers
|
||||
|
|
|
|||
|
|
@ -62,7 +62,6 @@ Bug fixes
|
|||
* Failures on sending moderation notification emails now produce a warning, rather than crashing the admin page outright (Matt Fozard)
|
||||
* All admin forms that could potentially include file upload fields now specify ``multipart/form-data`` where appropriate (Tim Heap)
|
||||
* REM units in Wagtailuserbar caused incorrect spacing (Vincent Audebert)
|
||||
* Now user can upload images / documents only into permitted collection from choosers
|
||||
* Explorer menu no longer scrolls with page content (Vincent Audebert)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue