mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-24 01:57:32 +01:00
Release note for #12556
This commit is contained in:
parent
7a923de427
commit
210f35f7ec
@ -7,6 +7,7 @@ Changelog
|
||||
* Add the ability to apply basic Page QuerySet optimizations to `specific()` sub-queries using `select_related` & `prefetch_related` (Andy Babic)
|
||||
* Increase `DATA_UPLOAD_MAX_NUMBER_FIELDS` in project template (Matt Westcott)
|
||||
* Stop invalid Site hostname records from breaking preview (Matt Westcott)
|
||||
* Set sensible defaults for InlinePanel heading and label (Matt Westcott)
|
||||
* Fix: Improve handling of translations for bulk page action confirmation messages (Matt Westcott)
|
||||
* Fix: Ensure custom rich text feature icons are correctly handled when provided as a list of SVG paths (Temidayo Azeez, Joel William, LB (Ben) Johnston)
|
||||
* Fix: Ensure manual edits to `StreamField` values do not throw an error (Stefan Hammer)
|
||||
|
@ -17,6 +17,7 @@ depth: 1
|
||||
* Add the ability to apply basic Page QuerySet optimizations to `specific()` sub-queries using `select_related` & `prefetch_related`, see [](../reference/pages/queryset_reference.md) (Andy Babic)
|
||||
* Increase `DATA_UPLOAD_MAX_NUMBER_FIELDS` in project template (Matt Westcott)
|
||||
* Stop invalid Site hostname records from breaking preview (Matt Westcott)
|
||||
* Set sensible defaults for InlinePanel heading and label (Matt Westcott)
|
||||
|
||||
### Bug fixes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user