﻿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
66	[patch] Give views access to application root from urlconf	slashzero	Adrian Holovaty	"When using include with urlpatterns, there should be a variable available to the views that will give us the root of the application.  For instance, for:

{{{
 (r'^polls/', include('myproject.apps.polls.urls.polls')),
}}}

...it would be ""/polls/""."	defect	closed	Core (Other)		normal	wontfix			Design decision needed	1	0	0	0	0	0
