summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorAttila Tovt <uran198@gmail.com>2015-11-06 14:18:18 +0200
committerTim Graham <timograham@gmail.com>2015-11-07 11:10:18 +0100
commit189ceae19d81e5f01f5ba4d911087f7d5f2580a3 (patch)
tree14279620c5cbe1ee536996eb7b8688f3c8472f33 /docs/topics
parenta71fc544c6913c5d204590d57fbb32a6bf7af08c (diff)
[1.8.x] Fixed #25681 -- Added 'default' to DATABASES example.
Backport of ac750dbbc0533dcf9c2f6c0f09957adf6f976d3e from master
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/db/multi-db.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/db/multi-db.txt b/docs/topics/db/multi-db.txt
index 6b4f6a0a66..3092d8f3d2 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',