Releasse note for #9631

pull/9633/head
Matt Westcott 2022-11-08 17:56:53 +00:00
rodzic df7442cd60
commit bafac01ca7
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

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

Wyświetl plik

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