From da009ce32c1b8b27c1a897a28bacf293d98f3398 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 13 Aug 2014 21:42:05 -0400 Subject: [PATCH] Removed doc reference to removed HttpResponse.mimetype. --- docs/ref/request-response.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index 61140d0e6f..ba6481107d 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -661,8 +661,6 @@ Methods specified, it is formed by the :setting:`DEFAULT_CONTENT_TYPE` and :setting:`DEFAULT_CHARSET` settings, by default: "`text/html; charset=utf-8`". - Historically, this parameter was called ``mimetype`` (now deprecated). - ``status`` is the `HTTP status code`_ for the response. ``reason`` is the HTTP response phrase. If not provided, a default phrase