﻿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
24610	Deprecate html-related stuff	Marcin Nowak	nobody	"There are many problems with creating something else than one-page-html-doc using Django.  Please remove any html related stuff from framework, because Django is not a html framework but web framework (as mentioned in description of #18054), and ""web"" term is not reserved for HTML only.

 * `django.forms` should be removed or  HTML-based widgets should be cutted-off; forms should validate and clean data only
 * technical error responses (404 and 500) should return responses dependent on `Accept` header value; there are many issues with debugging web services by digging HTML/JS/CSS output in shell/terminal
 * remove html from `django.utils.log`
 * remove html from `django.utils.timesince`
 * if I forgot something - remove it too





"	Uncategorized	closed	Uncategorized	dev	Normal	needsinfo			Unreviewed	0	0	0	0	0	0
