changelog entry for #2517 should be in 1.4.4

pull/2526/merge
Matt Westcott 2016-04-28 11:45:41 +01:00
rodzic 7523d7f57f
commit 518abc2673
3 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

@ -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

Wyświetl plik

@ -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)