Author: lukeplant
Date: 2010-10-13 20:24:20 -0500 (Wed, 13 Oct 2010)
New Revision: 14209

Modified:
   django/trunk/django/contrib/admin/sites.py
Log:
Fixed reference to removed function root() in AdminSite docstring.

Modified: django/trunk/django/contrib/admin/sites.py
===================================================================
--- django/trunk/django/contrib/admin/sites.py  2010-10-14 01:17:32 UTC (rev 
14208)
+++ django/trunk/django/contrib/admin/sites.py  2010-10-14 01:24:20 UTC (rev 
14209)
@@ -28,8 +28,9 @@
     """
     An AdminSite object encapsulates an instance of the Django admin 
application, ready
     to be hooked in to your URLconf. Models are registered with the AdminSite 
using the
-    register() method, and the root() method can then be used as a Django view 
function
-    that presents a full admin interface for the collection of registered 
models.
+    register() method, and the get_urls() method can then be used to access 
Django view
+    functions that present a full admin interface for the collection of 
registered
+    models.
     """
 
     index_template = None

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

Reply via email to