mirror of
https://github.com/django/django.git
synced 2024-12-23 01:25:58 +00:00
c3ca6075cc
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
.
Co-authored-by: Emiliano Cuenca <106986074+emicuencac@users.noreply.github.com>
15 lines
342 B
Plaintext
15 lines
342 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`).
|