1
0
mirror of https://github.com/django/django.git synced 2025-03-13 02:40:47 +00:00
django/docs/releases/5.1.2.txt
John Parton 22bce642a9 [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.
2024-09-26 16:22:59 +02:00

18 lines
490 B
Plaintext

==========================
Django 5.1.2 release notes
==========================
*Expected October 8, 2024*
Django 5.1.2 fixes several bugs in 5.1.1.
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`).