Author: adrian
Date: 2007-08-11 22:59:09 -0500 (Sat, 11 Aug 2007)
New Revision: 5866
Modified:
django/trunk/docs/databrowse.txt
Log:
Fixed #4818 -- Improved 'Step 2' example in docs/databrowse.txt. Thanks, [EMAIL
PROTECTED]
Modified: django/trunk/docs/databrowse.txt
===================================================================
--- django/trunk/docs/databrowse.txt 2007-08-12 03:29:07 UTC (rev 5865)
+++ django/trunk/docs/databrowse.txt 2007-08-12 03:59:09 UTC (rev 5866)
@@ -35,6 +35,7 @@
2. Register a number of models with the Databrowse site::
from django.contrib import databrowse
+ from myapp.models import SomeModel, SomeOtherModel
databrowse.site.register(SomeModel)
databrowse.site.register(SomeOtherModel)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---