Back to Wagtail

Wagtail 7.0.1 release notes

docs/releases/7.0.1.md

7.3.1898 B
Original Source

Wagtail 7.0.1 release notes

June 12, 2025

{contents}
---
local:
depth: 1
---

What's new

Bug fixes

  • Fix type hints for register_filter_adapter_class parameters (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_block kwarg (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 UniqueConstraint examples for a custom rendition model to avoid spurious migrations (Alec Baron)
  • Document how to turn off StreamField block previews (Shlomo Markowitz)

Maintenance

  • Use utf8mb4 charset and collation for MySQL test database (Sage Abdullah)