mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #27829 -- Deprecated settings.DEFAULT_CONTENT_TYPE.
This commit is contained in:
@@ -301,6 +301,10 @@ Miscellaneous
|
||||
:func:`django.shortcuts.render`. ``render()`` takes the same arguments
|
||||
except that is also requires a ``request``.
|
||||
|
||||
* The ``DEFAULT_CONTENT_TYPE`` setting is deprecated. It doesn't interact well
|
||||
well with third-party apps and is obsolete since HTML5 has mostly superseded
|
||||
XHTML.
|
||||
|
||||
.. _removed-features-2.0:
|
||||
|
||||
Features removed in 2.0
|
||||
|
||||
Reference in New Issue
Block a user