Django

Code

Changeset 6469

Show
Ignore:
Timestamp:
10/09/07 21:20:32 (1 year ago)
Author:
russellm
Message:

Fixed #5723 -- Fixed typo in request response docs. Thanks, derelm.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/request_response.txt

    r6385 r6469  
    382382    but since this is actually the value included in the HTTP ``Content-Type`` 
    383383    header, it can also include the character set encoding, which makes it 
    384     more than just a MIME type specification. If ``mimetype`` is specifiedi 
    385     (not None), that value is used. Otherwise, ``content_type`` is used. If 
     384    more than just a MIME type specification. If ``mimetype`` is specified 
     385    (not None), that value is used. Otherwise, ``content_type`` is used. If 
    386386    neither is given, the ``DEFAULT_CONTENT_TYPE`` setting is used. 
    387387