Skip to content

6.0.3

Compare
Choose a tag to compare
@gasman gasman released this 01 May 12:49
· 8 commits to stable/6.0.x since this release
  • Fix: CVE-2024-32882: Permission check bypass when editing a model with per-field restrictions through wagtail.contrib.settings or ModelViewSet (Ben Morse, Joshua Munn, Jake Howard, Sage Abdullah)
  • Fix: Respect WAGTAIL_ALLOW_UNICODE_SLUGS setting when auto-generating slugs (LB (Ben) Johnston)
  • Fix: Use correct URL when redirecting back to page search results after an AJAX search (Sage Abdullah)
  • Fix: Reinstate missing static files in style guide (Sage Abdullah)
  • Fix: Provide convert_mariadb_uuids management command to assist with upgrading to Django 5.0+ on MariaDB (Matt Westcott)
  • Fix: Fix generic CopyView for models with primary keys that need to be quoted (Sage Abdullah)