0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
wagtail/docs/releases/4.1.1.md
Matt Westcott 4d18e669ff Defer snippet registration until models are loaded (#9605)
Fixes #9586. All calls to `register_snippet` that happen before `WagtailSnippetsAppConfig.ready` are now queued up and processed once we are sure models are fully loaded. This avoids any issues with unloaded models during viewset construction, as seen when subclassing django-filters's FilterSet.
2022-11-08 10:22:25 +00:00

449 B

Wagtail 4.1.1 release notes

Unreleased

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