From 3163f77d2a3ccd5758ae6df2787ed53fe5d9e91f Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Fri, 4 Aug 2017 14:32:57 +0100 Subject: [PATCH] Changelog/contributor/release note for #3701 --- CHANGELOG.txt | 1 + CONTRIBUTORS.rst | 1 + docs/releases/1.12.rst | 1 + 3 files changed, 3 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 57c2358f7d..f59a494fff 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -11,6 +11,7 @@ Changelog * StreamField now respects the `blank` setting; StreamBlock accepts a `required` setting (Loic Teixeira) * StreamBlock now accepts `min_num`, `max_num` and `block_counts` settings to control the minimum and maximum numbers of blocks (Edwar Baron, Matt Westcott) * Users can no longer remove their own active / superuser flags through Settings -> Users (Stein Strindhaug, Huub Bouma) + * The `process_form_submission` method of form pages now return the created form submission object (cho-leukeleu) * 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) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index b8e33e52c9..df0a1b6944 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -248,6 +248,7 @@ Contributors * Eugene Morozov * Levi Adler * Edwar Baron +* cho-leukeleu Translators =========== diff --git a/docs/releases/1.12.rst b/docs/releases/1.12.rst index 1146705537..093191cfab 100644 --- a/docs/releases/1.12.rst +++ b/docs/releases/1.12.rst @@ -27,6 +27,7 @@ Other features * StreamField now respects the ``blank`` setting; StreamBlock accepts a ``required`` setting (Loic Teixeira) * StreamBlock now accepts ``min_num``, ``max_num`` and ``block_counts`` settings to control the minimum and maximum numbers of blocks (Edwar Baron, Matt Westcott) * Users can no longer remove their own active / superuser flags through Settings -> Users (Stein Strindhaug, Huub Bouma) + * The ``process_form_submission`` method of form pages now return the created form submission object (cho-leukeleu) Bug fixes ~~~~~~~~~