summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.1.7.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/3.1.7.txt b/docs/releases/3.1.7.txt
index f6be18b0e8..1ef16b76c7 100644
--- a/docs/releases/3.1.7.txt
+++ b/docs/releases/3.1.7.txt
@@ -9,4 +9,6 @@ Django 3.1.7 fixes several bugs in 3.1.6.
Bugfixes
========
-* ...
+* Fixed a regression in Django 3.1 that caused ``RuntimeError`` instead of
+ connection errors when using only the ``'postgres'`` database
+ (:ticket:`32403`).