summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index f338adac33..9359c82e46 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -280,6 +280,9 @@ these changes.
specified as a plain string instead of a tuple will be removed and raise an
exception.
+* The ``mimetype`` argument to :class:`~django.http.HttpResponse` ``__init__``
+ will be removed (``content_type`` should be used instead).
+
2.0
---