diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 91b4ae9a8a..622c7ef3ce 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -113,6 +113,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) diff --git a/docs/releases/6.0.3.md b/docs/releases/6.0.3.md index 14f9ba2f25..a07965add5 100644 --- a/docs/releases/6.0.3.md +++ b/docs/releases/6.0.3.md @@ -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