diff options
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`). |
