summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-09-01 09:51:05 -0400
committerTim Graham <timograham@gmail.com>2016-09-01 09:53:51 -0400
commit2078b187f7f3d1985fd7457b4bd259fe1d75b8cb (patch)
tree4ef2b42b4b1e97e14ec2474fd4ac858114b8a869 /docs
parentdb3eabfae5c590801a74e0b318663b6480145fb9 (diff)
[1.10.x] Refs #27164 -- Fixed typo in docs/topics/db/multi-db.txt
Backport of 789f9c9b29dc79c3007b2b31cb75cf8d037f266d from master
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/db/multi-db.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/multi-db.txt b/docs/topics/db/multi-db.txt
index a60b637ba3..be976246e6 100644
--- a/docs/topics/db/multi-db.txt
+++ b/docs/topics/db/multi-db.txt
@@ -701,7 +701,7 @@ how you can split these models across databases:
- ``auth`` models — ``User``, ``Group`` and ``Permission`` — are linked
together and linked to ``ContentType``, so they must be stored in the same
database as ``ContentType``.
-- ``admin`` depends on ``auth``, so their models must be in the same database
+- ``admin`` depends on ``auth``, so its models must be in the same database
as ``auth``.
- ``flatpages`` and ``redirects`` depend on ``sites``, so their models must be
in the same database as ``sites``.