Ticket #9150: generic-views.txt.diff
File generic-views.txt.diff, 980 bytes (added by , 15 years ago) |
---|
-
docs/ref/generic-views.txt
876 876 877 877 **Optional arguments:** 878 878 879 * ``form_params``: A dictonary to pass arguements to the constructor of the 880 used form set by ``form_class``. By default, this is an empty dicionary. 881 879 882 * ``post_save_redirect``: A URL to which the view will redirect after 880 883 saving the object. By default, it's ``object.get_absolute_url()``. 881 884 … … 960 963 model. By default, ``slug_field`` is ``'slug'``. 961 964 962 965 **Optional arguments:** 966 967 * ``form_params``: A dictonary to pass arguements to the constructor of the 968 used form set by ``form_class``. By default, this is an empty dicionary. 963 969 964 970 * ``post_save_redirect``: A URL to which the view will redirect after 965 971 saving the object. By default, it's ``object.get_absolute_url()``.