2024-09-03 15:01:46 +02:00
|
|
|
==========================
|
|
|
|
Django 5.1.2 release notes
|
|
|
|
==========================
|
|
|
|
|
2024-10-08 16:37:30 +02:00
|
|
|
*October 8, 2024*
|
2024-09-03 15:01:46 +02:00
|
|
|
|
2024-10-07 22:35:43 +02:00
|
|
|
Django 5.1.2 fixes several bugs in 5.1.1. Also, the latest string translations
|
|
|
|
from Transifex are incorporated.
|
2024-09-03 15:01:46 +02:00
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2024-09-04 22:32:40 +02:00
|
|
|
* 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`).
|
2024-09-06 04:53:11 +02:00
|
|
|
|
|
|
|
* Fixed a regression in Django 5.1 that caused a crash of ``JSONObject()``
|
|
|
|
when using server-side binding with PostgreSQL 16+ (:ticket:`35734`).
|
2024-10-08 15:01:28 +02:00
|
|
|
|
|
|
|
* Fixed a regression in Django 5.1 that made selected items in multi-select
|
|
|
|
widgets indistinguishable from non-selected items in the admin dark theme
|
|
|
|
(:ticket:`35809`).
|