﻿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
24234	Create Context object in a separate method	Alex Hill	nobody	"In 1.8, `django.templates.backends.django.Template.render` accepts a context dict, and uses that to instantiate a Context (or RequestContext) object before passing it to the actual DTL template's `render()`.

I'd like to break the Context-creation code into its own method so that I can call it from my library [https://github.com/alexhill/djpj DjPj], as I do with `TemplateResponse.resolve_context` in 1.7 and below.

It's a very small patch: https://github.com/AlexHill/django/compare/stable/1.8.x?diff=split#diff-6492e208d64b891c181c85a794d0b303R58"	Cleanup/optimization	closed	Template system	1.8alpha1	Normal	fixed	multiple-template-engines		Ready for checkin	1	0	0	0	1	0
