summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorThomasina Lee <thomasina.lee@titanemail.com>2019-05-17 15:27:01 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-05-20 08:34:06 +0200
commitc38e7a79f4354ee831f92deb7a658fc0387e3bec (patch)
tree478dcd1c9b1b32dcf8fe54cd495af4365b9762ac /docs/releases
parent04042b2b440f0bf50eb908d52cfe76af430e1738 (diff)
Fixed #30488 -- Removed redundant Coalesce call in SQL generated by SearchVector.
Regression in 405c8363362063542e9e79beac53c8437d389520.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/2.2.2.txt4
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`).