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
The ClearableFileInput widget is only than automatically replaced when the DEFAULT_FILE_STORAGE setting is set to django-storages' S3Boto3Storage or the dummy FileSystemStorage is enabled.
But the DEFAULT_FILE_STORAGE settings is deprecated after setting up STORAGES and if I set it up, Django<5.1 will throw error, that these two variables are mutually exclusive.
Django 4.2 introduced new STORAGES settings and handling storages, with Djagno 5.1 it is the only option.
According to documentation
django-s3file
doesn't seem to support this.Are there any plans adding support for Django 4.2 STORAGES?
The text was updated successfully, but these errors were encountered: