Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model2Form in forms.py #171

Open
MiBSchmidt opened this issue Nov 17, 2022 · 2 comments
Open

Model2Form in forms.py #171

MiBSchmidt opened this issue Nov 17, 2022 · 2 comments
Labels

Comments

@MiBSchmidt
Copy link

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

@mmcardle mmcardle added the bug label Nov 18, 2022
@mmcardle
Copy link
Owner

Hi @MiBSchmidt

I think you found a bug, will try to update

@mmcardle
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants