Ticket #16090: 16090.doc-typos.diff
File 16090.doc-typos.diff, 548 bytes (added by , 13 years ago) |
---|
-
docs/ref/class-based-views.txt
diff --git a/docs/ref/class-based-views.txt b/docs/ref/class-based-views.txt index c83559f..e9f3152 100644
a b FormMixin 431 431 432 432 .. method:: get_form_kwargs() 433 433 434 Build the keyword arguments requ ried to instanciate anthe form.434 Build the keyword arguments required to instantiate 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``