Forked from
funkwhale / funkwhale
4662 commits behind the upstream repository.
-
techknowlogick authored
Discovered when attempting to upload a file with name avatar.JPG The following error was reported in the logs: ``` File "/app/funkwhale_api/common/serializers.py", line 213, in to_internal_value format=PIL.Image.EXTENSION[os.path.splitext(file_obj.name)[-1]], KeyError: '.JPG' ```
7d6f6e85
serializers.py 11.15 KiB