Skip to content
  • techknowlogick's avatar
    Allow files with upper case extensions when uploading avatar · 7d6f6e85
    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