mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
Releasse note for #9631
This commit is contained in:
parent
df7442cd60
commit
bafac01ca7
@ -37,6 +37,8 @@ Changelog
|
||||
* Fix: Fix issue where lock/unlock buttons would not work on the Dashboard (home) page or the page index listing via the status sidebar (Stefan Hammer)
|
||||
* Fix: Fix disabled style on StreamField add button (Matt Westcott)
|
||||
* 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)
|
||||
|
||||
|
||||
4.1 LTS (01.11.2022)
|
||||
|
@ -18,3 +18,5 @@ depth: 1
|
||||
* Fix issue where lock/unlock buttons would not work on the Dashboard (home) page or the page index listing via the status sidebar (Stefan Hammer)
|
||||
* Fix disabled style on StreamField add button (Matt Westcott)
|
||||
* 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)
|
||||
|
Loading…
Reference in New Issue
Block a user