mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-02 04:24:46 +00:00
Changelog/contributor/release note for #3701
This commit is contained in:
parent
283d282d31
commit
3163f77d2a
3 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -248,6 +248,7 @@ Contributors
|
|||
* Eugene Morozov
|
||||
* Levi Adler
|
||||
* Edwar Baron
|
||||
* cho-leukeleu
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
|||
|
|
@ -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
|
||||
~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue