﻿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
17913	'X' object has no attribute 'META' in RequestContext	Boris Bobrov	nobody	"{{{#!python
def v2(request):
    t = Template('')
    c = RequestContext('notarequest')
    return HttpResponse(t.render(c))
}}}
returns
{{{
AttributeError at /v2/
'str' object has no attribute 'META'
}}}
Maybe it should be TypeError with value ""the first argument should be HttpRequest object, not str""?"	Uncategorized	closed	Template system	dev	Normal	invalid			Unreviewed	1	0	0	0	1	0
