I would like to c开发者_开发百科hange the default upload field (FileField) in an inlineformset_factory form, to use the AdminFileWidget from django.contrib.admin.widgets.The purpose of this is to show
I am trying to save a formset but it seems to be bypassing is_valid() even though there are required fields.
How to make all forms in django formset required? I tried to validate presence of all fields in cleaned_da开发者_JS百科ta overriding formset\'s clean() method but it just fails silently without any er
I can\'t run a unit test with formset. I try to do a test: class NewClientTestCase(TestCase): def setUp(self):