﻿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
16344	Wrong render example in docs	Jure Cuhalev <gandalf@…>	teraom	"In second example for render(): https://docs.djangoproject.com/en/dev/topics/http/shortcuts/#example

it imports Context but then uses RequestContext.

Fix:
change:
    c = RequestContext(request, {'foo': 'bar'})
to:

    c = Context(request, {'foo': 'bar'})

since it's a simple render"	Bug	closed	Documentation	dev	Normal	fixed			Ready for checkin	1	0	0	0	1	0
