summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-12-27 19:49:03 -0500
committerTim Graham <timograham@gmail.com>2019-01-17 10:50:25 -0500
commit8045dff98c2533e7e99ce82f80292fc6f3bb7e1f (patch)
treecea0480096b2b285b4664db28b30e3b36db6092e /docs/topics
parent573ec714e5f52eccde01bbac3836d0edafcb2c20 (diff)
Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/http/shortcuts.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/http/shortcuts.txt b/docs/topics/http/shortcuts.txt
index a0eac39012..68e8fa3bf9 100644
--- a/docs/topics/http/shortcuts.txt
+++ b/docs/topics/http/shortcuts.txt
@@ -46,8 +46,8 @@ Optional arguments
view will call it just before rendering the template.
``content_type``
- The MIME type to use for the resulting document. Defaults to the value of
- the :setting:`DEFAULT_CONTENT_TYPE` setting.
+ The MIME type to use for the resulting document. Defaults to
+ ``'text/html'``.
``status``
The status code for the response. Defaults to ``200``.