﻿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
5333	add an assertContext method to Django's TestCase	Gary Wilson	Kevin Kubasik	"A method for testing that a context used for rendering a response contains a specified value.  To be used as:

{{{
#!python
self.assertContext(response, variable_name, value)
}}}"		closed	Testing framework	dev		fixed	feature		Design decision needed	1	1	0	0	0	0
