Explorar o código

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
Russell Keith-Magee %!s(int64=15) %!d(string=hai) anos
pai
achega
89f81810ed
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      docs/topics/db/multi-db.txt

+ 0 - 2
docs/topics/db/multi-db.txt

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