From a98d08f9f8757f30c88683116c49a634a6c4308a Mon Sep 17 00:00:00 2001 From: Attila Tovt Date: Fri, 6 Nov 2015 14:18:18 +0200 Subject: [PATCH] [1.9.x] Fixed #25681 -- Added 'default' to DATABASES example. Backport of ac750dbbc0533dcf9c2f6c0f09957adf6f976d3e from master --- docs/topics/db/multi-db.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/topics/db/multi-db.txt b/docs/topics/db/multi-db.txt index fca21388c9..4f2612f8d6 100644 --- a/docs/topics/db/multi-db.txt +++ b/docs/topics/db/multi-db.txt @@ -255,6 +255,7 @@ with two read replicas. Here are the settings specifying these databases:: DATABASES = { + 'default': {}, 'auth_db': { 'NAME': 'auth_db', 'ENGINE': 'django.db.backends.mysql',