﻿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
3700	Middleware to degrade XHTML into HTML	Dave Hodder <dmh@…>	Adrian Holovaty	"I've created a module called XhtmlDegraderMiddleware, which I'd like to submit for possible inclusion.

When Django sends contents as XHTML (with the ""application/xhtml+xml"" media type) it checks to ensure that the requesting browser can accept XHTML.  If so, it does nothing; however if the browser has poor XHTML support it changes the contents to ""text/html"".

It doesn't interfere with contents that is already using the ""text/html"" media type.

(If accepted, it could be placed in django/contrib/xhtmldegrader.)

Thanks,
Dave"		closed	Contrib apps	dev		wontfix	xhtml middleware		Design decision needed	1	0	0	0	0	0
