Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
sephii opened this issue Apr 3, 2024 · 2 comments · Fixed by #1472
Closed

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

sephii opened this issue Apr 3, 2024 · 2 comments · Fixed by #1472

Comments

@sephii
Copy link
Contributor

sephii commented Apr 3, 2024

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
Copy link
Sponsor Member

fsbraun commented Apr 3, 2024

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

@sephii
Copy link
Contributor Author

sephii commented May 20, 2024

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants