Changeset 5406
- Timestamp:
- 06/01/07 05:37:39 (1 year ago)
- Files:
-
- django/trunk/docs/generic_views.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/generic_views.txt
r5064 r5406 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
