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

Remove *args from Form __init__() #421

Merged
merged 4 commits into from
Aug 24, 2020
Merged

Conversation

benkonrath
Copy link
Member

Forms in Django haven't supported *args in __init__() for a while and using them in the local flavor forms wouldn't actually work (as far as I can tell(. This PR remove *args from all Forms.

localflavor/ua/forms.py Outdated Show resolved Hide resolved
@benkonrath benkonrath changed the title Remove *args from form __init__() Remove *args from Form __init__() Aug 23, 2020
localflavor/dk/forms.py Outdated Show resolved Hide resolved
Copy link
Member

@claudep claudep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the cleanup!

@benkonrath
Copy link
Member Author

Thanks for the review!

@benkonrath benkonrath merged commit 5808835 into django:master Aug 24, 2020
@benkonrath benkonrath deleted the rm-form-args branch August 24, 2020 19:46
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 this pull request may close these issues.

2 participants