diff options
| author | Tim Graham <timograham@gmail.com> | 2017-02-16 07:59:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-16 07:59:44 -0500 |
| commit | 80493b087136a151bf4d11ba394f36e047159040 (patch) | |
| tree | 8b9df561f9eb919deda285da05b6d4b3c1f7c71b /docs/ref | |
| parent | b008f7cc5655d01817a8825e6317877b43c92181 (diff) | |
Fixed #27829 -- Deprecated settings.DEFAULT_CONTENT_TYPE.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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`` |
