﻿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
2946	HttpResponse should set charset for mimetypes starting with 'text/'	dummy@…	nobody	I came across this point during doing some Ajax related responses with return mostly text/xml in utf-8. If I create HttpResponse(data, mimetype='text/xml') the default charset won't be set by django. Instead I have to call it HttpResponse(data, mimetype='text/xml; charset=\'utf-8\'') which is not the right way in my opinion.   	enhancement	closed	Core (Other)		normal	invalid			Design decision needed	0	0	0	0	0	0
