0
0
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:
Matt Westcott 2022-11-08 17:56:53 +00:00
parent df7442cd60
commit bafac01ca7
2 changed files with 4 additions and 0 deletions

View File

@ -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)

View File

@ -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)