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:24:10 -0500
commitac9bdcabe10fb7ac0c7e9ebcd879f5e34bee776f (patch)
tree517bd72a81b32a1e0664a0b9a22cdd2c56a67356 /docs
parent001c2f546b4053acb04f16d6b704f7b4fbca1c45 (diff)
[5.2.x] Fixed #36748 -- Filtered non-standard placeholders from UNNEST queries.
Backport of 5834643f43a767fe19f2c6d10217b204e7584ec8 from main.
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`).