kopia lustrzana https://github.com/wagtail/wagtail
Release notes for #9625
rodzic
32bd6cf83e
commit
2a20764b00
|
@ -45,6 +45,8 @@ Changelog
|
|||
* Fix: Ensure models are fully loaded before registering snippets, to avoid circular import issues (Matt Westcott)
|
||||
* Fix: Prevent fields without a `verbose_name` property from breaking usage report views (Matt Westcott)
|
||||
* Fix: Exclude tags from the reference index (Matt Westcott)
|
||||
* Fix: Fix errors in handling generic foreign keys when populating the reference index (Matt Westcott)
|
||||
* Fix: Prevent error in handling null ParentalKeys when populating the reference index (Matt Westcott)
|
||||
|
||||
|
||||
4.1 LTS (01.11.2022)
|
||||
|
|
|
@ -20,3 +20,5 @@ depth: 1
|
|||
* Ensure models are fully loaded before registering snippets, to avoid circular import issues (Matt Westcott)
|
||||
* Prevent fields without a `verbose_name` property from breaking usage report views (Matt Westcott)
|
||||
* Exclude tags from the reference index (Matt Westcott)
|
||||
* Fix errors in handling generic foreign keys when populating the reference index (Matt Westcott)
|
||||
* Prevent error in handling null ParentalKeys when populating the reference index (Matt Westcott)
|
||||
|
|
Ładowanie…
Reference in New Issue