kopia lustrzana https://github.com/wagtail/wagtail
Release note for #12829 in 6.4
rodzic
58ff3e1067
commit
14d3341ffd
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue