﻿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
17793	SimpleTepmlateResponse is not re-picklable	ironfroggy	nobody	"When pickling a template response, a few attributes are stripped. Notably, template_name and context_data, from the state data for serialization. If you unpickle such a response and then try to pickle *that* object, __setstate__ will fail when it tries to delete items from the data which are already missing.

1) Why are these removed and do they need to be?
2) If so, the del statements should catch KeyErrors or check for membership first."	Bug	closed	Template system	1.3	Normal	duplicate			Unreviewed	0	0	0	0	0	0
