class documentation

class ManagementForm(Form):

View In Hierarchy

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.
Method __init__ Undocumented
Method clean Undocumented
def __init__(self, *args, **kwargs):

Undocumented

def clean(self):

Undocumented