﻿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
17104	from polls.models import Choice in admin.py	rodrigodelimavieira@…	RodrigoJimmy	"In ""Adding related objects"" at https://docs.djangoproject.com/en/1.3/intro/tutorial02/ we have the code:

'''from ''polls.models'' import Choice'''

but in my app, it isn't works for me, because admin.py is in poll folder, so that, the code below works for me:

'''from ''models'' import Choice'''

"	Bug	closed	Documentation	1.3	Normal	worksforme	tutorial, error		Unreviewed	1	0	0	0	0	0
