From cdf7f90f95022002464faede7f0a75fb11d10ecb Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Thu, 14 May 2015 19:27:31 +0200 Subject: [1.8.x] Fixed #24791 -- Added fallback when 'postgres' database isn't available Thanks Carl Meyer and Tim Graham for the reviews. Backport of 322605035 from master. --- docs/releases/1.8.2.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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`). -- cgit v1.3