diff options
| author | John Parton <john.parton.iv@gmail.com> | 2024-09-05 21:53:11 -0500 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-09-26 16:22:59 +0200 |
| commit | 22bce642a9d118b97cd0c5e00ec346575c729c6f (patch) | |
| tree | e494e3306de3509aa4b770d7c87558c8be92a8e7 /docs | |
| parent | 9e146b27adb448b35162c60c92304078e589bd09 (diff) | |
[5.1.x] Fixed #35734 -- Used JSONB_BUILD_OBJECT database function on PostgreSQL when using server-side bindings.
Regression in 81ccf92f154c6d9eac3e30bac0aa67574d0ace15.
Backport of f22ff4561ada77be98ca4db3ce117caca897696e from main.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.1.2.txt | 3 |
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`). |
