diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c4426bfdb0..e4f6ea9bf5 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -9,6 +9,7 @@ Changelog * Fix: Correctly handle UUID primary keys when invoking background tasks (Matt Westcott) * Fix: Fix regression where nested sub-menu items would not be visible (Sage Abdullah) * Fix: Ensure the top of the minimap correctly adjusts when resizing the browser viewport (Thibaud Colas) + * Fix: Remove obsolete SubqueryConstraint check in search backends, for provisional Django 5.2 compatibility (Sage Abdullah) * Docs: Fix typo in the headless documentation page (Mahmoud Nasser) * Maintenance: Remove upper version boundary for django-filter (Dan Braghis) diff --git a/docs/releases/6.4.1.md b/docs/releases/6.4.1.md index 5faf237a5f..a7664d5585 100644 --- a/docs/releases/6.4.1.md +++ b/docs/releases/6.4.1.md @@ -18,6 +18,7 @@ depth: 1 * Correctly handle UUID primary keys when invoking background tasks (Matt Westcott) * Fix regression where nested sub-menu items would not be visible (Sage Abdullah) * Ensure the top of the minimap correctly adjusts when resizing the browser viewport (Thibaud Colas) + * Remove obsolete SubqueryConstraint check in search backends, for provisional Django 5.2 compatibility (Sage Abdullah) ### Documentation