mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
f22ff4561a
Regression in 81ccf92f15
.
18 lines
490 B
Plaintext
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`).
|