Michael B. Schmidt

Results 1 issues of Michael B. Schmidt

Hello, All my classes in the forms.py have the following __init__ function: ``` def __init__(self, *args, **kwargs): super(Model2Form, self).__init__(*args, **kwargs) ``` The forms.py was generated automatically and I haven't changed...

bug