Changeset 6469
- Timestamp:
- 10/09/07 21:20:32 (1 year ago)
- Files:
-
- django/trunk/docs/request_response.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/request_response.txt
r6385 r6469 382 382 but since this is actually the value included in the HTTP ``Content-Type`` 383 383 header, it can also include the character set encoding, which makes it 384 more than just a MIME type specification. If ``mimetype`` is specified i385 (not None), that value is used. Otherwise, ``content_type`` is used. If384 more than just a MIME type specification. If ``mimetype`` is specified 385 (not None), that value is used. Otherwise, ``content_type`` is used. If 386 386 neither is given, the ``DEFAULT_CONTENT_TYPE`` setting is used. 387 387
