diff options
| author | Tim Graham <timograham@gmail.com> | 2014-08-13 21:42:05 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-13 21:43:07 -0400 |
| commit | d38007e86d8c9248f1e38d8e3dcd21b0f0a2d95f (patch) | |
| tree | 37b961b1b867b5cde750374273d616b7557587c9 | |
| parent | 0f44d9f9b153a25376e57060e849cddfaab9c350 (diff) | |
[1.7.x] Removed doc reference to removed HttpResponse.mimetype.
Backport of da009ce32c from master
| -rw-r--r-- | docs/ref/request-response.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index a805072f55..108f20555b 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -656,8 +656,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. .. versionadded:: 1.6 |
