django_builder icon indicating copy to clipboard operation
django_builder copied to clipboard

Model2Form in forms.py

Open MiBSchmidt opened this issue 3 years ago • 2 comments

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 it The problem is that there is no superclass called Model2Form in forms.py or in my project. This leads to an error when ever one of the classes inside the forms.py is called. What is the Model2Form? How do I solve this Problem? Thx Michael

MiBSchmidt avatar Nov 17 '22 07:11 MiBSchmidt

Hi @MiBSchmidt

I think you found a bug, will try to update

mmcardle avatar Nov 18 '22 20:11 mmcardle

Looks like an issue with the last deploy, hopefully should be fixed now

mmcardle avatar Nov 18 '22 20:11 mmcardle