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

Potential error in tickets/forms.py #1

Open
credativ-dar opened this issue Oct 10, 2023 · 0 comments · May be fixed by #2
Open

Potential error in tickets/forms.py #1

credativ-dar opened this issue Oct 10, 2023 · 0 comments · May be fixed by #2

Comments

@credativ-dar
Copy link

credativ-dar commented Oct 10, 2023

When trying to create a new item via the admin form I got the following error:

super().__init__(*args, **kwargs, initial=initial)

TypeError: django.forms.models.BaseModelForm.__init__() got multiple values for keyword argument 'initial'

I found a solution, PR will follow shortly.

Thank you so much for the guide, it helped a lot!

@credativ-dar credativ-dar linked a pull request Oct 10, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant