summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.1.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/5.1.2.txt b/docs/releases/5.1.2.txt
index 1cf3f9df09..6d2714df85 100644
--- a/docs/releases/5.1.2.txt
+++ b/docs/releases/5.1.2.txt
@@ -12,3 +12,6 @@ Bugfixes
* Fixed a regression in Django 5.1 that caused a crash when using the
PostgreSQL lookup :lookup:`trigram_similar` on output fields from ``Concat``
(:ticket:`35732`).
+
+* Fixed a regression in Django 5.1 that caused a crash of ``JSONObject()``
+ when using server-side binding with PostgreSQL 16+ (:ticket:`35734`).