mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-21 13:31:54 +00:00
Release note for #3605
This commit is contained in:
parent
2e5dd9aa55
commit
2021042d57
3 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ Changelog
|
|||
* Added multi-select form field to the form builder (dwasyl)
|
||||
* Improved performance of sitemap generation (Levi Adler)
|
||||
* 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)
|
||||
* 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)
|
||||
|
|
|
|||
|
|
@ -247,6 +247,7 @@ Contributors
|
|||
* dwasyl
|
||||
* Eugene Morozov
|
||||
* Levi Adler
|
||||
* Edwar Baron
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ Other features
|
|||
* Added multi-select form field to the form builder (dwasyl)
|
||||
* Improved performance of sitemap generation (Levi Adler)
|
||||
* 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)
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue