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/internals | |
| parent | b008f7cc5655d01817a8825e6317877b43c92181 (diff) | |
Fixed #27829 -- Deprecated settings.DEFAULT_CONTENT_TYPE.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
