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

Exception when processing form with missing non required MultiFileField #25

Closed romank0 closed 3 years ago

romank0 commented 7 years ago

If MultiFileField is non required and field is not provided in form data django code that detects if form is changed is confused because it expects that widget returns None in this case but MultiUploadMetaInput returns [None] instead.

Chive commented 3 years ago

Resolved in #46