mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 17:36:49 +01:00
4d18e669ff
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.
449 B
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)