Skip to content

Commit

Permalink
Release note for CopyView fix (cherry-picked from e3d9233)
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed May 1, 2024
1 parent ef57f9b commit 4ac42a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions docs/releases/6.0.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4ac42a7

Please sign in to comment.