﻿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
29553	Test client should set Content-Length header to a string rather than integer	André Cruz	nobody	"When using the Django test client:
{{{
(Pdb) type(request.META[""CONTENT_LENGTH""])
<class 'int'>
}}}

When using runserver or other WSGI application servers:
{{{
(Pdb) type(request.META[""CONTENT_LENGTH""])
<class 'str'>
}}}"	Bug	closed	Testing framework	dev	Normal	fixed	test content_length		Accepted	1	0	0	0	0	0
