=== modified file 'docs/generic_views.txt'
--- docs/generic_views.txt	2007-05-25 09:39:58 +0000
+++ docs/generic_views.txt	2007-05-28 14:55:39 +0000
@@ -99,6 +99,9 @@
       dictionary is callable, the generic view will call it
       just before rendering the template.
 
+    * ``mimetype``: The MIME type to use for the resulting document. Defaults
+      to the value of the ``DEFAULT_CONTENT_TYPE`` setting.
+
 **Example:**
 
 Given the following URL patterns::

