summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Wesseling <chris@maykinmedia.nl>2025-11-20 15:01:14 +0100
committerJacob Walls <jacobtylerwalls@gmail.com>2025-11-20 17:22:46 -0500
commit5834643f43a767fe19f2c6d10217b204e7584ec8 (patch)
treeadbc0a865f9338296e984ba7a92ba868c4039458 /docs
parentff843bcbce1f7fc16fcc4d4810c221a2eb11c167 (diff)
Fixed #36748 -- Filtered non-standard placeholders from UNNEST queries.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.2.9.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/5.2.9.txt b/docs/releases/5.2.9.txt
index 0d726de640..588c278be5 100644
--- a/docs/releases/5.2.9.txt
+++ b/docs/releases/5.2.9.txt
@@ -13,3 +13,6 @@ Bugfixes
``django.utils.feedgenerator.Stylesheet.__str__()`` did not escape
the ``url``, ``mimetype``, and ``media`` attributes, potentially leading
to invalid XML markup (:ticket:`36733`).
+
+* Fixed a bug in Django 5.2 on PostgreSQL where ``bulk_create()`` did not apply
+ a field's custom query placeholders (:ticket:`36748`).