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:42:39 -0400 |
| commit | da009ce32c1b8b27c1a897a28bacf293d98f3398 (patch) | |
| tree | 064c9b324ccfa1f297563389f30705b226ed968a /docs/ref | |
| parent | 25e06bca57c068d4b9e9b4221b16a667ccb0d38e (diff) | |
Removed doc reference to removed HttpResponse.mimetype.
Diffstat (limited to 'docs/ref')
| -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 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 |
