You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DataRequired does not properly work for FileField, because it returns a starlette.datastructures.UploadFile and is thus not empty (even if no file is uploaded). So it might be worthwhile to add a FileRequired validator. You can repro this with:
The
DataRequired
does not properly work for FileField, because it returns astarlette.datastructures.UploadFile
and is thus not empty (even if no file is uploaded). So it might be worthwhile to add aFileRequired
validator. You can repro this with:The text was updated successfully, but these errors were encountered: