﻿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
25929	render_to_response with RequestContext problem	Hugo Tácito	nobody	"In django 1.9, I am unable to use render_to_response with RequestContext without any deprecation warning, I need to use RequestContext because of the context_processors... Why not add the parameter request to render_to_response and pass it to render_to_string to solve this issue? For now, the only way I have to do this is calling:

HttpResponse(render_to_string(template, dict_context, request=request))"	Bug	closed	Utilities	1.9	Normal	invalid			Unreviewed	0	0	0	0	0	0
