Index: docs/ref/generic-views.txt
===================================================================
--- docs/ref/generic-views.txt	(Revision 11211)
+++ docs/ref/generic-views.txt	(Arbeitskopie)
@@ -876,6 +876,9 @@
 
 **Optional arguments:**
 
+    * ``form_params``: A dictonary to pass arguements to the constructor of the
+      used form set by ``form_class``. By default, this is an empty dicionary.
+
     * ``post_save_redirect``: A URL to which the view will redirect after
       saving the object. By default, it's ``object.get_absolute_url()``.
 
@@ -960,6 +963,9 @@
       model. By default, ``slug_field`` is ``'slug'``.
 
 **Optional arguments:**
+    
+    * ``form_params``: A dictonary to pass arguements to the constructor of the
+      used form set by ``form_class``. By default, this is an empty dicionary.
 
     * ``post_save_redirect``: A URL to which the view will redirect after
       saving the object. By default, it's ``object.get_absolute_url()``.
