You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
change assertFormError form arg type to BaseForm (#2705)
Changes the arg type for `django.test.SimpleTestCase.assertFormError`
from `django.forms.Form` to `django.forms.BaseForm`. Allows instances of
other form classes that are not subclasses of `Form` to be used without
raising type errors, e.g. `ModelForm`.
0 commit comments