﻿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
27516	Optimize test client response.json()	Adam Johnson	Adam Johnson	"It's quite common for a test to look like:

{{{
resp = self.client.get('/api/things/')
assert 'users' in resp.json()
assert 'groups' in resp.json()
}}}

Each call to `json()` currently re-parses the unchanged body. It could cache this :)"	Cleanup/optimization	closed	Testing framework	1.10	Normal	fixed		me@…	Ready for checkin	1	0	0	0	0	0
