﻿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
14326	packages not properly decoupled from project in tutorial	bestform <webmaster@…>	nobody	"On http://docs.djangoproject.com/en/dev/intro/tutorial03/ you write about decoupling the urlconfs. The package you use in the decoupled urlconf still has the project name in it, which in my opinion it shouldn't, because it wouldn't be decoupled properly this way.
The same is true for the import of the Poll model earlier, where you use {{{from mysite.polls.models import Poll}}} instead of the relative form {{{from models import Poll}}}.

"		closed	Documentation	1.2		duplicate	decoupling urlconf packages		Unreviewed	0	0	0	0	0	0
