mirror of
https://github.com/django/django.git
synced 2025-01-26 10:09:42 +00:00
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.