﻿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
18753	Views should be given the instance namespace retrieved during the resolve process	GaretJax	nobody	"During the URL resolving process, the instance namespace is returned as part of the match object but then never propagated to the final view or made available to other middlewares (see https://github.com/django/django/blob/master/django/core/handlers/base.py#L103).

This value could be made available to the view as part of the request object (an attribute?) or another way which does not involve a second resolve call. It can then also be used as a default value for the 'current_app' argument of the 'render' shortcut or the RequestContext class."	New feature	closed	Core (URLs)	1.4	Normal	fixed	namespace current_app	GaretJax	Accepted	1	1	1	1	0	0
