mirror of https://github.com/django/django.git
Removed some stray content from the multi-db docs. Thanks to Yuri Baburov for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12291 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
14116bc53e
commit
89f81810ed
|
@ -515,8 +515,6 @@ registered with any ``Admin`` instance::
|
|||
class PublisherAdmin(MultiDBModelAdmin):
|
||||
inlines = [BookInline]
|
||||
|
||||
admin.site.register
|
||||
|
||||
admin.site.register(Author, MultiDBModelAdmin)
|
||||
admin.site.register(Publisher, PublisherAdmin)
|
||||
|
||||
|
|
Loading…
Reference in New Issue