mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-09 16:04:45 +00:00
Release note for #3569
This commit is contained in:
parent
c7126fce4e
commit
8003185ac2
2 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ Changelog
|
|||
* Fix: FieldBlocks in StreamField now call the field's `prepare_value` method (Tim Heap)
|
||||
* Fix: Initial disabled state of InlinePanel add button is now set correctly on non-default tabs (Matthew Downey)
|
||||
* Fix: Redirects with unicode characters now work (Rich Brennan)
|
||||
* Fix: Prevent explorer view from crashing when page model definitions are missing, allowing the offending pages to be deleted (Matt Westcott)
|
||||
|
||||
|
||||
1.11 (30.06.2017)
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ Bug fixes
|
|||
* FieldBlocks in StreamField now call the field's ``prepare_value`` method (Tim Heap)
|
||||
* Initial disabled state of InlinePanel add button is now set correctly on non-default tabs (Matthew Downey)
|
||||
* Redirects with unicode characters now work (Rich Brennan)
|
||||
* Prevent explorer view from crashing when page model definitions are missing, allowing the offending pages to be deleted (Matt Westcott)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
|
|||
Loading…
Reference in a new issue