summaryrefslogtreecommitdiff
path: root/docs/releases/2.2.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/2.2.1.txt')
-rw-r--r--docs/releases/2.2.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.2.1.txt b/docs/releases/2.2.1.txt
index 48cbfb3a8f..0ca76bcbf8 100644
--- a/docs/releases/2.2.1.txt
+++ b/docs/releases/2.2.1.txt
@@ -46,3 +46,6 @@ Bugfixes
* Fixed a regression in Django 2.2 where
:class:`~django.contrib.postgres.search.SearchVector` generates SQL that is
not indexable (:ticket:`30385`).
+
+* Fixed a regression in Django 2.2 that caused an exception to be raised when
+ a custom error handler could not be imported (:ticket:`30318`).