Chive / django-multiupload

Dead simple drop-in multi file upload field for Django forms using HTML5's multiple attribute.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Field should obey the required=False flag

IlianIliev opened this issue · comments

Currently if you create the field with required=False it still fails if min_num is more than 0.

Pull request: #14