diff options
| author | Tim Graham <timograham@gmail.com> | 2012-08-30 06:45:11 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2012-08-30 07:42:47 -0400 |
| commit | f6351851b668f529a960df1b547d3b98dfa85388 (patch) | |
| tree | ab3bcf78c767d8d023308b783b9e657ee639252f /docs | |
| parent | 81bfe428e1dd65235e88533e9fa8531486adfae0 (diff) | |
[1.4.X] Fixed #18871 - Fixed typo in multi-db docs.
Backport of 141e6cd2ac from master
Diffstat (limited to 'docs')
| -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 ee542b9196..e741920a8f 100644 --- a/docs/topics/db/multi-db.txt +++ b/docs/topics/db/multi-db.txt @@ -527,7 +527,7 @@ registered with any ``Admin`` instance:: admin.site.register(Author, MultiDBModelAdmin) admin.site.register(Publisher, PublisherAdmin) - othersite = admin.Site('othersite') + othersite = admin.AdminSite('othersite') othersite.register(Publisher, MultiDBModelAdmin) This example sets up two admin sites. On the first site, the |
