Commit 89f81810 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

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
parent 14116bc5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)