test_missing_management failure
jayvdb opened this issue · 1 comments
jayvdb commented
I am pretty sure this started failing with Django 3.2, but I am not sure.
FormSetViewTests.test_missing_management ___________________
self = <extra_views_tests.tests.FormSetViewTests testMethod=test_missing_management>
def test_missing_management(self):
with self.assertRaises(ValidationError):
> self.client.post("/formset/simple/", {})
E AssertionError: ValidationError not raised
Also worth noting the django master tests are failing. c.f. https://travis-ci.org/github/AndrewIngram/django-extra-views/jobs/774035874
sdolemelipone commented
Thanks, raised #233.