Release note for CopyView fix (cherry-picked from e3d9233f4d)

pull/11917/head
Matt Westcott 2024-05-01 13:34:00 +01:00
rodzic ef57f9b2c9
commit 4ac42a723f
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -126,6 +126,7 @@ Changelog
* 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)
6.0.2 (03.04.2024)

Wyświetl plik

@ -25,6 +25,7 @@ Many thanks to Ben Morse and Joshua Munn for reporting this issue, and Jake Howa
* Use correct URL when redirecting back to page search results after an AJAX search (Sage Abdullah)
* Reinstate missing static files in style guide (Sage Abdullah)
* Provide [`convert_mariadb_uuids`](convert_mariadb_uuids) management command to assist with upgrading to Django 5.0+ on MariaDB (Matt Westcott)
* Fix generic CopyView for models with primary keys that need to be quoted (Sage Abdullah)
## Upgrade considerations