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
{{ message }}
This repository has been archived by the owner on Dec 31, 2021. It is now read-only.
Image upload data validated with django.forms.ImageField uses PIL which also recognises x- file mimetypes. However, scipy_central.submission.views.get_display() does not.
The text was updated successfully, but these errors were encountered:
Reference: http://stackoverflow.com/q/2086374/1162468
Image upload data validated with
django.forms.ImageField
usesPIL
which also recognisesx-
file mimetypes. However,scipy_central.submission.views.get_display()
does not.The text was updated successfully, but these errors were encountered: