Changelog/contributor/release note for #3701

pull/3753/head
Karl Hobley 2017-08-04 14:32:57 +01:00
rodzic 283d282d31
commit 3163f77d2a
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

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

Wyświetl plik

@ -248,6 +248,7 @@ Contributors
* Eugene Morozov
* Levi Adler
* Edwar Baron
* cho-leukeleu
Translators
===========

Wyświetl plik

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