pull/2540/head
Matt Westcott 2016-04-28 13:12:32 +01:00
rodzic 9a60287e18
commit 26f4b4868d
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -42,6 +42,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
* Fix: Keyboard shortcuts for save / preview on the page editor no longer incorrectly trigger the "unsaved changes" message (Jack Paine / Matt Westcott)
1.4.3 (04.04.2016)

Wyświetl plik

@ -16,3 +16,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
* Keyboard shortcuts for save / preview on the page editor no longer incorrectly trigger the "unsaved changes" message (Jack Paine / Matt Westcott)