diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 693b6402aec0..b0cbd103e402 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) diff --git a/docs/releases/6.0.3.md b/docs/releases/6.0.3.md index 14f9ba2f2518..a07965add59e 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