diff options
| author | Tim Graham <timograham@gmail.com> | 2012-08-30 06:45:11 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2012-08-30 06:45:11 -0400 |
| commit | 141e6cd2acf62af895ca3d5db7b034fbb1273621 (patch) | |
| tree | 779515a420bcb97c54174597e135893288ee9f32 /docs | |
| parent | 723c9a8c6db60108f584972498fa6bbd3b408444 (diff) | |
Fixed #18871 - Fixed typo in multi-db docs.
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 86e785a19d..03a7d3b7cd 100644 --- a/docs/topics/db/multi-db.txt +++ b/docs/topics/db/multi-db.txt @@ -525,7 +525,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 |
