0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 01:46:24 +01:00
wagtail/docs/releases/4.1.1.md
2022-11-11 14:41:06 +00:00

27 lines
1016 B
Markdown

# Wagtail 4.1.1 release notes
_Unreleased_
```{contents}
---
local:
depth: 1
---
```
## What's new
* ...
### Bug fixes
* 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)
* 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)
* Make sure minimap error indicators follow the minimap scrolling (Thibaud Colas)
* Ensure background HTTP request to clear stale preview data correctly respects the `CSRF_HEADER_NAME` setting (Sage Abdullah)