django/docs/topics/forms
Sergei Maertens 238e2ac369 Fixed #18166 -- Added form_kwargs support to formsets.
By specifying form_kwargs when instantiating the formset, or overriding
the `get_form_kwargs` method on a formset class, you can pass extra
keyword arguments to the underlying `Form` instances.

Includes tests and documentation update.
2015-06-04 15:13:55 +02:00
..
formsets.txt Fixed #18166 -- Added form_kwargs support to formsets. 2015-06-04 15:13:55 +02:00
index.txt Light edits to docs/topics/forms/index.txt 2015-05-12 09:16:13 -04:00
media.txt Updated capitalization in the word "JavaScript" for consistency 2015-05-01 13:26:42 -04:00
modelforms.txt Fixed #24684 -- Typo in docs/topics/forms/modelforms.txt 2015-04-22 09:31:10 -04:00