﻿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
849	DjangoContext should fill in the request itself into the context	hugo	Adrian Holovaty	"This would allow accessing GET, POST or META stuff in the templates without the view function taking care of it. For example if using a login_required decorator, you could just put a {{{<input type=""hidden"" name=""next"" value=""{{ request.path }}"" />}}} into the login.html template and have it automatically redirect to the secured form. Currently you need to pass the 'next' parameter to the form itself and use that to build the next field. And it's currently impossible to pass on request parameters to the logged in page."	enhancement	new	Core (Other)		normal				Unreviewed	0	0	0	0	0	0
