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
I've fixed it around line 200: if (type(field) is models.FileField or type(field) is models.ImageField) and value is not '': file = open(value, "rb") value = File(file)
It is not possible to import a file using a FileField
The text was updated successfully, but these errors were encountered: