238e2ac369
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. |
||
---|---|---|
.. | ||
templates/forms_tests | ||
tests | ||
__init__.py | ||
models.py | ||
urls.py | ||
views.py |