- Timestamp:
- 06/04/07 11:12:35 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/boulder-oracle-sprint/docs/generic_views.txt
r5079 r5422 100 100 just before rendering the template. 101 101 102 * ``mimetype``: The MIME type to use for the resulting document. Defaults 103 to the value of the ``DEFAULT_CONTENT_TYPE`` setting. 104 102 105 **Example:** 103 106
