The v1.2 release has broken the ability to override the clean method on MultiForm, even if super() 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 v1.2 release has broken the ability to override the
cleanmethod 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.