Django

Code

Ticket #4401: 4401.diff

File 4401.diff, 468 bytes (added by Marc Fargas <telenieko@telenieko.com>, 2 years ago)

docs

  • docs/generic_views.txt

    old new  
    9999      dictionary is callable, the generic view will call it 
    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 
    104107Given the following URL patterns::