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:
Russell Keith-Magee 2010-01-25 12:29:56 +00:00
parent 14116bc53e
commit 89f81810ed
1 changed files with 0 additions and 2 deletions

View File

@ -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)