kopia lustrzana https://github.com/wagtail/wagtail
Release note for #12322 in 5.2.8
rodzic
d9e2714c56
commit
6a8298879d
docs/releases
|
@ -743,6 +743,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