2022-11-06 22:36:20 +01:00
|
|
|
# Wagtail 4.1.1 release notes
|
|
|
|
|
2022-11-11 17:30:10 +01:00
|
|
|
_November 11, 2022_
|
2022-11-06 22:36:20 +01:00
|
|
|
|
|
|
|
```{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)
|
2022-11-07 13:26:51 +01:00
|
|
|
* Fix disabled style on StreamField add button (Matt Westcott)
|
2022-11-04 14:12:24 +01:00
|
|
|
* Ensure models are fully loaded before registering snippets, to avoid circular import issues (Matt Westcott)
|
2022-11-08 18:56:53 +01:00
|
|
|
* Prevent fields without a `verbose_name` property from breaking usage report views (Matt Westcott)
|
|
|
|
* Exclude tags from the reference index (Matt Westcott)
|
2022-11-09 15:21:20 +01:00
|
|
|
* 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)
|
2022-11-10 09:31:00 +01:00
|
|
|
* Make sure minimap error indicators follow the minimap scrolling (Thibaud Colas)
|
2022-11-11 15:41:06 +01:00
|
|
|
* Ensure background HTTP request to clear stale preview data correctly respects the `CSRF_HEADER_NAME` setting (Sage Abdullah)
|
2022-10-28 09:47:34 +02:00
|
|
|
* Prevent error on aging pages report when "Last published by" user has been deleted (Joshua Munn)
|