1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Natalia
6e07a7769f [5.1.x] Added release date for 5.1.2.
Backport of 5bb433e99b from main.
2024-10-08 11:39:02 -03:00
nessita
17fa7592af [5.1.x] Fixed #35809 -- Set background color for selected rows in the admin's form select widget.
Regression in b47bdb4cd9.

Thank you Giannis Terzopoulos for the review, and Tom Carrick and Sarah Boyce
for the review.

Backport of 679d57816d from main.
2024-10-08 10:02:33 -03:00
nessita
e245f62d00 [5.1.x] Updated translations from Transifex. 2024-10-07 17:35:43 -03:00
John Parton
22bce642a9 [5.1.x] Fixed #35734 -- Used JSONB_BUILD_OBJECT database function on PostgreSQL when using server-side bindings.
Regression in 81ccf92f15.

Backport of f22ff4561a from main.
2024-09-26 16:22:59 +02:00
Gastón Avila
590f5e09f0 [5.1.x] Fixed #35732 -- Wrapped ConcatPair expression in parentheses to ensure operator precedence.
When ConcatPair was updated to use || this lost the implicit wrapping from CONCAT(...).
This broke the WHERE clauses when used in combination with PostgreSQL trigram similarity.

Regression in 6364b6ee10.

Backport of c3ca6075cc from main.

Co-authored-by: Emiliano Cuenca <106986074+emicuencac@users.noreply.github.com>
2024-09-11 14:40:48 +02:00
Natalia
669bc196c9 [5.1.x] Added stub release notes for 5.1.2.
Backport of 60073a3e6b from main.
2024-09-03 10:02:23 -03:00