From 8045dff98c2533e7e99ce82f80292fc6f3bb7e1f Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 27 Dec 2018 19:49:03 -0500 Subject: Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline. --- docs/topics/http/shortcuts.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/topics') 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``. -- cgit v1.3