summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-01-25 12:29:56 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-01-25 12:29:56 +0000
commit89f81810ed65f68b22d0e0b60ba589c814fb539a (patch)
tree48c8d9ed735e6f94808f24be9ddbedc104a6720f /docs
parent14116bc53eec6cd35447fad72b0fdaae84900d7d (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/db/multi-db.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/topics/db/multi-db.txt b/docs/topics/db/multi-db.txt
index 2bd4c350c6..f1d67bf977 100644
--- a/docs/topics/db/multi-db.txt
+++ b/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)