diff options
| author | Claude Paroz <claude@2xlibre.net> | 2015-05-14 19:27:31 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2015-05-15 18:44:20 +0200 |
| commit | 3226050358cfcffcb14f7e48e3a5cee873388406 (patch) | |
| tree | 470e446939b422a6764df8ef393396e3663f1662 /docs | |
| parent | 2dee853ed4def42b7ef1b3b472b395055543cc00 (diff) | |
Fixed #24791 -- Added fallback when 'postgres' database isn't available
Thanks Carl Meyer and Tim Graham for the reviews.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.2.txt | 4 |
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`). |
