Wagtail 7.0.1 release notes¶
June 12, 2025
What’s new¶
Bug fixes¶
Fix type hints for
register_filter_adapter_classparameters (Sébastien Corbin)Use correct URL when redirecting back to the listing after filtering and deleting form submissions (Sage Abdullah)
Fix broken migration when ListBlock is defined with a
child_blockkwarg (Matt Westcott)Fix saving of empty values in EmbedBlock (Matt Westcott)
Sanitize request data when logging method not allowed (Jake Howard)
Documentation¶
Use tuple instead of set in
UniqueConstraintexamples for a custom rendition model to avoid spurious migrations (Alec Baron)Document how to turn off StreamField block previews (Shlomo Markowitz)
Maintenance¶
Use
utf8mb4charset and collation for MySQL test database (Sage Abdullah)