Release note for #12829 in 6.4

pull/12838/head
Matt Westcott 2025-01-31 18:08:46 +00:00
rodzic 58ff3e1067
commit 14d3341ffd
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -71,6 +71,7 @@ Changelog
* Fix: Make sure alt text quality check is on by default as documented (Thibaud Colas)
* Fix: Prevent `StreamChildrenToListBlockOperation` from duplicating data across multiple StreamField instances (Joshua Munn)
* Fix: Prevent database error when calling permission_order.register on app ready (Daniel Kirkham, Matt Westcott)
* Fix: Prevent syntax error on MySQL search when query includes symbols (Matt Westcott)
* Docs: Move the model reference page from reference/pages to the references section as it covers all Wagtail core models (Srishti Jaiswal)
* Docs: Move the panels reference page from references/pages to the references section as panels are available for any model editing, merge panels API into this page (Srishti Jaiswal)
* Docs: Move the tags documentation to standalone advanced topic, instead of being inside the reference/pages section (Srishti Jaiswal)

Wyświetl plik

@ -140,6 +140,7 @@ Following from a recent audit, this release comes with performance improvements
* Add missing space in panels check warning message (Stéphane Blondon)
* Prevent `StreamChildrenToListBlockOperation` from duplicating data across multiple StreamField instances (Joshua Munn)
* Prevent database error when calling permission_order.register on app ready (Daniel Kirkham, Matt Westcott)
* Prevent syntax error on MySQL search when query includes symbols (Matt Westcott)
### Documentation