mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[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.
			
			
This commit is contained in:
		| @@ -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`). | ||||
|   | ||||
		Reference in New Issue
	
	Block a user