AndrewIngram / django-extra-views

Django's class-based generic views are awesome, let's have more of them.
MIT License
1.38k stars 172 forks source link

test_missing_management failure #232

Closed jayvdb closed 3 years ago

jayvdb commented 3 years ago

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 3 years ago

Thanks, raised #233.