We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The v1.2 release has broken the ability to override the clean method on MultiForm, even if super() is called as the first line.
clean
MultiForm
super()
Example use/test: tests.txt Example generated using Python 3.5.0 and Django 2.1.1, but the issue has also been observed on other combinations.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The v1.2 release has broken the ability to override the
clean
method onMultiForm
, even ifsuper()
is called as the first line.Example use/test:
tests.txt
Example generated using Python 3.5.0 and Django 2.1.1, but the issue has also been observed on other combinations.
The text was updated successfully, but these errors were encountered: