﻿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
650	render_to_response uses Context instead DjangoContext	nesh <nesh [at] studioquattro [dot] co [dot] yu>	Adrian Holovaty	"As far as I can see render_to_response calls render_to_string which by default uses Context. Because of that all DjangoContext stuff (i.e. debug, user, ...) don't work.

I can use render_to_response(..., context_instance=DjangoContext()) but that is almost same as not using render_to_response altogether.

Maybe Context can be raplaced with DjangoContext in loader.py?"	defect	closed	Template system		major	wontfix		cmlenz@…	Unreviewed	0	0	0	0	0	0
