diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-05-24 14:03:07 -0400 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-06-03 18:45:15 +0300 |
| commit | 26313bc21932d0d3af278ab387549d63b1f64575 (patch) | |
| tree | 13379fbf082110f457a4c7e7d391260cdbc891c7 /docs | |
| parent | 953095d1e603fe0f8f01175b1409ca23818dcff9 (diff) | |
Fixed #36416 -- Made QuerySet.in_bulk() account for composite pks in id_list.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.2.2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/5.2.2.txt b/docs/releases/5.2.2.txt index 5647c0cc07..3870a3efa4 100644 --- a/docs/releases/5.2.2.txt +++ b/docs/releases/5.2.2.txt @@ -34,3 +34,7 @@ Bugfixes * Fixed a regression in Django 5.2 where admin's ``filter_horizontal`` buttons lacked ``type="button"``, causing them to intercept form submission when pressing the Enter key (:ticket:`36423`). + +* Fixed a bug in Django 5.2 where calling ``QuerySet.in_bulk()`` with an + ``id_list`` argument on models with a ``CompositePrimaryKey`` failed to + observe database parameter limits (:ticket:`36416`). |
