summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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`).