kopia lustrzana https://github.com/wagtail/wagtail
Release note for #12322 in 5.2.8
rodzic
654f31ab14
commit
db68d8e7a9
|
@ -600,6 +600,7 @@ Changelog
|
|||
* Fix: Prevent database error when calling permission_order.register on app ready (Daniel Kirkham, Matt Westcott)
|
||||
* Fix: Handle StreamField migrations where the field value is null (Joshua Munn)
|
||||
* Fix: Prevent `StreamChildrenToListBlockOperation` from duplicating data across multiple StreamField instances (Joshua Munn)
|
||||
* Fix: Prevent error on lazily loading StreamField blocks after the stream has been modified (Stefan Hammer)
|
||||
|
||||
5.2.7 (01.11.2024)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
@ -16,4 +16,5 @@ depth: 1
|
|||
|
||||
* Prevent database error when calling permission_order.register on app ready (Daniel Kirkham, Matt Westcott)
|
||||
* Handle StreamField migrations where the field value is null (Joshua Munn)
|
||||
* Prevent `StreamChildrenToListBlockOperation` from duplicating data across multiple StreamField instances (Joshua Munn)
|
||||
* Prevent `StreamChildrenToListBlockOperation` from duplicating data across multiple StreamField instances (Joshua Munn)
|
||||
* Prevent error on lazily loading StreamField blocks after the stream has been modified (Stefan Hammer)
|
||||
|
|
Ładowanie…
Reference in New Issue