mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[5.2.x] Fixed #36522 -- Added support for filtering composite pks using a tuple of expressions.
Thanks Jacob Walls for the report, and Sarah Boyce and Mariusz Felisiak
for reviews.
Backport of 0a4999b422 from main.
This commit is contained in:
@@ -12,3 +12,6 @@ Bugfixes
|
||||
* Fixed a regression in Django 5.2.1 that prevented the usage of ``UNNEST``
|
||||
PostgreSQL strategy of ``QuerySet.bulk_create()`` with foreign keys
|
||||
(:ticket:`36502`).
|
||||
|
||||
* Fixed a crash in Django 5.2 when filtering against a composite primary key
|
||||
using a tuple containing expressions (:ticket:`36522`).
|
||||
|
||||
Reference in New Issue
Block a user