﻿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
5946	error in tutorial	Joe	nobody	"Error found in page http://www.djangoproject.com/documentation/tutorial03/

in the urlconf file listed in this tutorial, in this case, mysite/polls/url.py...the following should be commented out until built during the next tutorial stage.
{{{
#    (r'^(?P<poll_id>\d+)/results/$', 'results'),
#    (r'^(?P<poll_id>\d+)/vote/$', 'vote'),
}}}
If you don't, the admin page is broken.  See http://code.djangoproject.com/ticket/5904 for details.  I'm new to django and pieced together what i needed to do based on the terse description in that closed ticket.  Having this mentioned in the tutorial would have saved me about an hour of grief.  Other than that, cool! thanks. :)"		closed	Documentation	dev		invalid			Accepted	1	0	0	0	0	0
