summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.2.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.8.2.txt b/docs/releases/1.8.2.txt
index 3682126aa1..896f4d0334 100644
--- a/docs/releases/1.8.2.txt
+++ b/docs/releases/1.8.2.txt
@@ -33,3 +33,7 @@ Bugfixes
* Fixed session cookie deletion when using :setting:`SESSION_COOKIE_DOMAIN`
(:ticket:`24799`).
+
+* On PostgreSQL, when no access is granted for the ``postgres`` database,
+ Django now falls back to the default database when it normally requires a
+ "no database" connection (:ticket:`24791`).