mirror of
https://github.com/Hopiu/django.git
synced 2026-03-26 02:40:30 +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. |
||
|---|---|---|
| .. | ||
| formsets.txt | ||
| index.txt | ||
| media.txt | ||
| modelforms.txt | ||