From 6555b6616bedddede21d9107b45a749fc6a2608f Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 19 Feb 2025 16:06:49 +0000 Subject: [PATCH] Release note for SubqueryConstraint fix from #12880 in 6.4.1 --- CHANGELOG.txt | 1 + docs/releases/6.4.1.md | 1 + 2 files changed, 2 insertions(+) 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