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:23:30 -0500
commit161e54348577ee9756b3766ab363596ab880560f (patch)
tree77cfd6348cb4d3e8f4bcc0538105739f7b9a94ac /docs
parentb72ee77f6b98649c23e3b52746cd64f08c5d7137 (diff)
[6.0.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`).