- Fix: Fix type hints for
register_filter_adapter_class
parameters (Sébastien Corbin) - Fix: Use correct URL when redirecting back to the listing after filtering and deleting form submissions (Sage Abdullah)
- Fix: Fix broken migration when ListBlock is defined with a
child_block
kwarg (Matt Westcott) - Fix: Fix saving of empty values in EmbedBlock (Matt Westcott)
- Fix: Sanitize request data when logging method not allowed (Jake Howard)
- Docs: Use tuple instead of set in
UniqueConstraint
examples for a custom rendition model to avoid spurious migrations (Alec Baron) - Docs: Document how to turn off StreamField block previews (Shlomo Markowitz)
- Maintenance: Use
utf8mb4
charset and collation for MySQL test database (Sage Abdullah)