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/internals/deprecation.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 56aa7adacf..4f025f8d1f 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -19,6 +19,8 @@ details on these changes. * ``django.shortcuts.render_to_response()`` will be removed. +* The ``DEFAULT_CONTENT_TYPE`` setting will be removed. + .. _deprecation-removed-in-2.1: 2.1 -- cgit v1.3