Django

Code

Changeset 5406

Show
Ignore:
Timestamp:
06/01/07 05:37:39 (1 year ago)
Author:
mtredinnick
Message:

Fixed #4401 -- Added documentation about mimetype parameter to
direct_to_template generic view. Thanks, Forest Bond and Marc Fargas.

Files:

Legend:

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

    r5064 r5406  
    100100      just before rendering the template. 
    101101 
     102    * ``mimetype``: The MIME type to use for the resulting document. Defaults 
     103      to the value of the ``DEFAULT_CONTENT_TYPE`` setting. 
     104 
    102105**Example:** 
    103106