From 8003185ac2b6b9d5b75f4668034656def23c452e Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 6 Jul 2017 15:23:40 +0100 Subject: [PATCH] Release note for #3569 --- CHANGELOG.txt | 1 + docs/releases/1.12.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 53e7720e45..3d88577dfc 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) diff --git a/docs/releases/1.12.rst b/docs/releases/1.12.rst index d2913747f7..7f04f65509 100644 --- a/docs/releases/1.12.rst +++ b/docs/releases/1.12.rst @@ -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