﻿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
15070	url tag does not work within inclusion_tags when current_app is needed	raony araújo	Gary Reynolds	"suppose we deployed the same app two times (e.g., django-admin), each include in urls.py has tha namespace and app_name set.

now we create a custom tag (with the inclusion_tag function of Library) that renders a specific template which has an url tag trying to resolve an url from the mentioned app.

then we create a view which set current_app on the RequestContext object and renders a template with the custom tag; the reverse inside the url_tag at the included template fails to resolve to the right app as if the current_app was not set.
"	Bug	closed	Template system	dev	Normal	fixed	easy-pickings	botondus@… gary@… jleidel@…	Ready for checkin	1	0	0	0	1	0
