Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▸ core
▸ db
▸ dispatch
▾ forms
▸ boundfield
▸ fields
▸ forms
▾ formsets
class
BaseFormSet
class
ManagementForm
▸ models
▸ renderers
▸ utils
▸ widgets
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Class ManagementForm
django
.
forms
.
formsets
.
ManagementForm
Keep track of how many form instances are displayed on the page. If adding new forms via JavaScript, you should increment the count field of this form as well.
Declaration
class
ManagementForm(Form)
source
link
Documentation
Methods
▷
def
__init__
(
self, *args, **kwargs
)
source
link
▷
def
clean
(
self
)
source
link
Generated by
nedoc
v0.9 at 2020-12-29 14:04