Release note for #3569

This commit is contained in:
Matt Westcott 2017-07-06 15:23:40 +01:00
parent c7126fce4e
commit 8003185ac2
2 changed files with 2 additions and 0 deletions

View file

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

View file

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