mirror of
https://github.com/Hopiu/django.git
synced 2026-03-20 07:50:25 +00:00
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 | ||