Release note for SubqueryConstraint fix from #12880 in 6.4.1

stable/6.4.x
Matt Westcott 2025-02-19 16:06:49 +00:00
rodzic e3f4300260
commit 6555b6616b
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

@ -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