bartongroup / slivka

http://bartongroup.github.io/slivka/
Apache License 2.0
7 stars 3 forks source link

FileField should always check if media type is allowed #69

Closed warownia1 closed 4 years ago

warownia1 commented 4 years ago

Form should not check the field type during full clean it might be preferable to verify it during the field validation even though the field might not impose media type constraints.

solutions: