django-cms / django-filer

File and Image Management Application for django
https://django-filer.readthedocs.io/
Other
1.76k stars 577 forks source link

DEFAULT_FILE_STORAGE is deprecated and will be removed in Django 5.1 #1458

Closed sephii closed 4 months ago

sephii commented 6 months ago

django-filer uses settings.DEFAULT_FILE_STORAGE in filer/settings.py. This causes a warning on Django 4.2 and will be removed in Django 5.1:

RemovedInDjango51Warning: The DEFAULT_FILE_STORAGE setting is deprecated. Use STORAGES instead.

fsbraun commented 6 months ago

Hi @sephii ! Can I motivate you to come up with a Pull Request to fix this?

sephii commented 4 months ago

Thank you!