From 80493b087136a151bf4d11ba394f36e047159040 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 16 Feb 2017 07:59:44 -0500 Subject: Fixed #27829 -- Deprecated settings.DEFAULT_CONTENT_TYPE. --- docs/ref/settings.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 2dd7e57588..02f84d90c6 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -1140,6 +1140,11 @@ Default content type to use for all ``HttpResponse`` objects, if a MIME type isn't manually specified. Used with :setting:`DEFAULT_CHARSET` to construct the ``Content-Type`` header. +.. deprecated:: 2.0 + + This setting is deprecated because it doesn't interact well with + third-party apps and is obsolete since HTML5 has mostly superseded XHTML. + .. setting:: DEFAULT_EXCEPTION_REPORTER_FILTER ``DEFAULT_EXCEPTION_REPORTER_FILTER`` -- cgit v1.3