﻿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
22079	TestClient serialization of GET params with empty list as value	code.djangoproject.com@…	Anurag Verma	"Problem:
When POST-ing a parameter whose value is the empty list, TestClient will strip that param-value pair out of the request entirely. In contrast to GET, which passes these along.

Expected behaviour:
They should work the same in the face of an empty list value.

See: https://github.com/django/django/pull/2268 for a patch making POST behave as GET."	Bug	closed	Testing framework	dev	Normal	fixed		gregchapple1@… Florian Apolloner Ahmad Abdallah Tom Forbes	Ready for checkin	1	0	0	0	0	0
