﻿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
27874	URL namespacing warning (urls.W005) does not consider nested URL namespaces	Chris Lamb	nobody	"The URL namespacing warning (urls.W005) does not consider nested URL namespaces. For example, if your root namespace includes two different urlconfs via namespace=""foo"" and namespace=""bar"" but each of these urlconfs includes another distinct urlconf but with the same namespace argument (eg. namespace=""baz""), then you get:

    (urls.W005) URL namespace 'baz' isn't unique. You may not be able to reverse all URLs in this namespace

This doesn't seem right as ""foo:baz:view-a""  and ""bar:baz:view-b"" are entirely independent.

I am seeing this a bit as I typically separate the user and admin parts of an app using nested apps and simply use ""admin"" as the ""baz"" in the above examples to avoid DRY in the fully-qualified urls."	Bug	closed	Core (System checks)	1.11	Release blocker	fixed			Accepted	1	0	0	0	0	0
