﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
13563	geodjango tutorial broken for 1.2.x	TerryBrown <terry_n_brown@…>	nobody	"The geodjango tutorial at http://docs.djangoproject.com/en/dev/ref/contrib/gis/tutorial/ says {{{urls.py}}} should read

{{{
...
urlpatterns = patterns('',
                       (r'^admin/(.*)', include(admin.site.urls)),
                       )
}}}

but that doesn't work for 1.2.1, whereas


{{{
...
urlpatterns = patterns('',
                       (r'^admin/(.*)', admin.site.root),
                       )
}}}

does.
"		closed	Documentation	1.2		fixed	geodjango urls.py tutorial		Accepted	0	0	0	0	0	0
