diff options
| author | Thomasina Lee <thomasina.lee@titanemail.com> | 2019-05-17 15:27:01 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-05-20 09:12:32 +0200 |
| commit | 3d4e53bcb1f94e451f291e832bfa668361cd64a2 (patch) | |
| tree | afd21c21825aa14b543b4a7b8fb3bcc66fb961f4 /docs | |
| parent | db7d7901eeacf37f0a6f124e3733c4f121a23e76 (diff) | |
[2.2.x] Fixed #30488 -- Removed redundant Coalesce call in SQL generated by SearchVector.
Regression in 405c8363362063542e9e79beac53c8437d389520.
Backport of c38e7a79f4354ee831f92deb7a658fc0387e3bec from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.2.2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/2.2.2.txt b/docs/releases/2.2.2.txt index 377abaa3c0..d68338dce2 100644 --- a/docs/releases/2.2.2.txt +++ b/docs/releases/2.2.2.txt @@ -14,3 +14,7 @@ Bugfixes * Fixed a regression in Django 2.2 where deprecation message crashes if ``Meta.ordering`` contains an expression (:ticket:`30463`). + +* Fixed a regression in Django 2.2.1 where + :class:`~django.contrib.postgres.search.SearchVector` generates SQL with a + redundant ``Coalesce`` call (:ticket:`30488`). |
