Ticket #16090: class_based_views_typo.diff
File class_based_views_typo.diff, 568 bytes (added by , 13 years ago) |
---|
-
docs/ref/class-based-views.txt
431 431 432 432 .. method:: get_form_kwargs() 433 433 434 Build the keyword arguments requried to instan ciate an the form.434 Build the keyword arguments requried to instantiate an the form. 435 435 436 436 The ``initial`` argument is set to :meth:`.get_initial`. If the 437 437 request is a ``POST`` or ``PUT``, the request data (``request.POST``