Chive / django-multiupload

Dead simple drop-in multi file upload field for Django forms using HTML5's multiple attribute.
MIT License
279 stars 81 forks source link

required=False argument not working in django 3.1 #43

Closed 0n1udra closed 3 years ago

0n1udra commented 4 years ago

Tried using required arg and min_num=0 arg. Can't seem to get this field optional in admin panel.