From fc4d2d0e735ae5f99162683efbd33ab35dd7f8e5 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 1 May 2024 13:34:00 +0100 Subject: [PATCH] Release note for CopyView fix (cherry-picked from e3d9233f4dc26003de131c563aa5b8f072877993) --- CHANGELOG.txt | 1 + docs/releases/6.0.3.md | 1 + 2 files changed, 2 insertions(+) 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