﻿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
16326	Un-pickled TemplateResponse objects can't be re-pickled	Niran Babalola	nobody	Pickling a `TemplateResponse` removes attributes that deal with rendering, presumably to make it clear that un-pickled `TemplateResponses` are completely baked and you can't do the typical things you'd do with a normal `TemplateResponse`. However, there's no check that ensures that the attributes exist before removing them, so if you try to re-pickle a `TemplateResponse`, you get a `KeyError`.	Bug	closed	Template system	1.3	Normal	fixed			Ready for checkin	1	0	0	0	0	0
