mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 17:23:15 +00:00
Release note for #2526
This commit is contained in:
parent
4c96595d90
commit
e475f736d0
2 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue