﻿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
16871	import error in docs	Jon Parise	nobody	"In part 2 of the tutorial (https://docs.djangoproject.com/en/1.3/intro/tutorial02/), under the ""Make the poll app modifiable in the admin"" section, there is an error in the code block.  The first import line reads: ""from polls.models import Poll"" but if the module is inside the polls directory, then this import fails.  To get it to work, I had to change this line to ""from models import Poll""
"	Uncategorized	closed	Documentation	1.3	Normal	invalid			Unreviewed	0	0	0	0	1	0
