Release note for #11912 in 5.2.5

pull/11917/head
Matt Westcott 2024-05-01 11:12:49 +01:00
rodzic 617e5129c5
commit 81a11d63c6
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -320,6 +320,7 @@ Changelog
* 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: Provide `convert_mariadb_uuids` management command to assist with upgrading to Django 5.0+ on MariaDB (Matt Westcott)
5.2.4 (03.04.2024)

Wyświetl plik

@ -15,6 +15,7 @@ depth: 1
* Respect `WAGTAIL_ALLOW_UNICODE_SLUGS` setting when auto-generating slugs (LB (Ben) Johnston)
* Use correct URL when redirecting back to page search results after an AJAX search (Sage Abdullah)
* Provide [`convert_mariadb_uuids`](convert_mariadb_uuids) management command to assist with upgrading to Django 5.0+ on MariaDB (Matt Westcott)
## Upgrade considerations