summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2025-07-10 12:33:00 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2025-07-10 18:36:01 +0200
commit3df1ad57bfcabaf75e4617064d79610f185f3f9f (patch)
tree0e792629761bce12f1347eb2dfc3bb01b56ad8c9 /docs
parentabc10ab7f9ddc01807dd4afc33be21d3c302435d (diff)
[5.2.x] Fixed #36502 -- Restored UNNEST strategy for foreign key bulk inserts on PostgreSQL.
Regression in 764af7a3d6c0b543dcf659a2c327f214da768fe4. Backport of 0fe218842e0e396e3ab3982bd21227968a9e7fd8 from main.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.2.5.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/5.2.5.txt b/docs/releases/5.2.5.txt
index 9454c0a67d..a72a3fe078 100644
--- a/docs/releases/5.2.5.txt
+++ b/docs/releases/5.2.5.txt
@@ -9,4 +9,6 @@ Django 5.2.5 fixes several bugs in 5.2.4.
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`).