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
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Checklist
Request and response schemas have the same format for FileField and ImageField:
However, it's not correct. If you look at implementation of FileField, you will see that

to_representation
always returns string:Response format should be
url
or no format at all ifUPLOADED_FILES_USE_URL
is false.This was initially mentioned in #6863
The text was updated successfully, but these errors were encountered: