Loading tests/forms_tests/tests/test_formsets.py +0 −7 Original line number Diff line number Diff line Loading @@ -1232,13 +1232,6 @@ data = { } class Choice(Form): choice = CharField() votes = IntegerField() ChoiceFormSet = formset_factory(Choice) class FormsetAsFooTests(SimpleTestCase): def test_as_table(self): formset = ChoiceFormSet(data, auto_id=False, prefix='choices') Loading Loading
tests/forms_tests/tests/test_formsets.py +0 −7 Original line number Diff line number Diff line Loading @@ -1232,13 +1232,6 @@ data = { } class Choice(Form): choice = CharField() votes = IntegerField() ChoiceFormSet = formset_factory(Choice) class FormsetAsFooTests(SimpleTestCase): def test_as_table(self): formset = ChoiceFormSet(data, auto_id=False, prefix='choices') Loading