﻿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
131	Included URL configurations do not receive parameters parsed from parent URL configurations	jcernelli@…	Adrian Holovaty	"Example:

settings/urls/main.py
(r'^(?P<username>\w+)/blog/', include('fiji.apps.blog.urls.blog')),

apps/blog/urls/blog.py
(r'', 'blog.index'),

In this case, the username parameter caught by the main conf file does not get passed to the blog conf file, which is desired."	defect	new	Core (Other)		normal				Unreviewed	0	0	0	0	0	0
