﻿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
17235	Multipartparser shouldn't leave request.POST/request.FILES mutable	Florian Apolloner	bcail	Currently the multipart parser constructs ''!QueryDicts'' for POST and FILES as mutable. Since we discourage users to change ''!QueryDicts'' (and don't allow it for GET and normal POST) the parser should change the flag to False before returning it. This way multipart POSTs would be more consistent with normal POSTs which aren't mutable.	Bug	assigned	HTTP handling	dev	Normal			hirokiky@… bcail	Accepted	1	0	0	1	0	0
