Author: jacob
Date: 2010-05-18 22:25:42 -0500 (Tue, 18 May 2010)
New Revision: 13293

Modified:
   django/trunk/docs/ref/contrib/gis/tutorial.txt
Log:
Fixed #13563, a typo in the GeoDjango tutorial.

Modified: django/trunk/docs/ref/contrib/gis/tutorial.txt
===================================================================
--- django/trunk/docs/ref/contrib/gis/tutorial.txt      2010-05-19 03:23:03 UTC 
(rev 13292)
+++ django/trunk/docs/ref/contrib/gis/tutorial.txt      2010-05-19 03:25:42 UTC 
(rev 13293)
@@ -708,8 +708,8 @@
     admin.autodiscover()
 
     urlpatterns = patterns('',
-                           (r'^admin/(.*)', include(admin.site.urls)),
-                           )
+        (r'^admin/', include(admin.site.urls)),
+    )
 
 Start up the Django development server::
 

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