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