mirror of
https://github.com/django/django.git
synced 2025-07-25 22:24:16 +00:00
Fixed #18871 - Fixed typo in multi-db docs.
This commit is contained in:
parent
723c9a8c6d
commit
141e6cd2ac
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ registered with any ``Admin`` instance::
|
||||||
admin.site.register(Author, MultiDBModelAdmin)
|
admin.site.register(Author, MultiDBModelAdmin)
|
||||||
admin.site.register(Publisher, PublisherAdmin)
|
admin.site.register(Publisher, PublisherAdmin)
|
||||||
|
|
||||||
othersite = admin.Site('othersite')
|
othersite = admin.AdminSite('othersite')
|
||||||
othersite.register(Publisher, MultiDBModelAdmin)
|
othersite.register(Publisher, MultiDBModelAdmin)
|
||||||
|
|
||||||
This example sets up two admin sites. On the first site, the
|
This example sets up two admin sites. On the first site, the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue