Author: russellm
Date: 2010-01-25 06:29:56 -0600 (Mon, 25 Jan 2010)
New Revision: 12291

Modified:
   django/trunk/docs/topics/db/multi-db.txt
Log:
Removed some stray content from the multi-db docs. Thanks to Yuri Baburov for 
the report.

Modified: django/trunk/docs/topics/db/multi-db.txt
===================================================================
--- django/trunk/docs/topics/db/multi-db.txt    2010-01-25 12:23:30 UTC (rev 
12290)
+++ django/trunk/docs/topics/db/multi-db.txt    2010-01-25 12:29:56 UTC (rev 
12291)
@@ -515,8 +515,6 @@
     class PublisherAdmin(MultiDBModelAdmin):
         inlines = [BookInline]
 
-        admin.site.register
-
     admin.site.register(Author, MultiDBModelAdmin)
     admin.site.register(Publisher, PublisherAdmin)
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to