﻿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
14926	Support nesting app namespaces with current_app	David Cramer	nobody	"URL resolution should allow nested app namespaces with simple resolution:

{{{
reverse('admin:index', current_app='nested:admin')
}}}

Right now this isnt possible as the populate method on the resolver doesnt handle recursion. However, explicitly calling applications does work:

{{{
reverse('nested:admin:index')
}}}"		closed	Uncategorized	1.2		invalid			Unreviewed	0	0	0	0	0	0
