• Sergei Maertens's avatar
    Fixed #18166 -- Added form_kwargs support to formsets. · 238e2ac3
    Sergei Maertens yazdı
    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.
    238e2ac3
Adı
Son kayıt (commit)
Son güncelleme
..
templates/forms_tests Loading commit data...
tests Loading commit data...
__init__.py Loading commit data...
models.py Loading commit data...
urls.py Loading commit data...
views.py Loading commit data...