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 1af581e60c..22f3009c34 100644 --- a/docs/releases/5.2.2.txt +++ b/docs/releases/5.2.2.txt @@ -11,3 +11,7 @@ Bugfixes * Fixed a crash when using ``select_related`` against a ``ForeignObject`` originating from a model with a ``CompositePrimaryKey`` (:ticket:`36373`). + +* Fixed a bug in Django 5.2 where subqueries using ``"pk"`` to reference models + with a ``CompositePrimaryKey`` failed to raise ``ValueError`` when too many + or too few columns were selected (:ticket:`36392`). |
