diff options
| author | Tim Graham <timograham@gmail.com> | 2015-06-05 08:24:53 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-06-05 08:38:43 -0400 |
| commit | a1d8a205bc6428865eec82c555bdacb68bf04c62 (patch) | |
| tree | f8f8d22857627678074bdb342ed58bdc28394375 /docs/topics/db | |
| parent | 8d33889422040351785cd511fe28105c6b5bec71 (diff) | |
[1.8.x] Capitalized "Python" in docs.
Backport of 2fbea621e68d3365679e45fa17b61d06aa8cdf76 from master
Diffstat (limited to 'docs/topics/db')
| -rw-r--r-- | docs/topics/db/multi-db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/multi-db.txt b/docs/topics/db/multi-db.txt index 521b1ecb69..6b4f6a0a66 100644 --- a/docs/topics/db/multi-db.txt +++ b/docs/topics/db/multi-db.txt @@ -359,7 +359,7 @@ from:: return True Finally, in the settings file, we add the following (substituting -``path.to.`` with the actual python path to the module(s) where the +``path.to.`` with the actual Python path to the module(s) where the routers are defined):: DATABASE_ROUTERS = ['path.to.AuthRouter', 'path.to.PrimaryReplicaRouter'] |
