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

Fixes: #18400 - Migrate DEFAULT_FILE_STORAGE to STORAGES #18401

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bctiemann
Copy link
Contributor

Fixes: #18400

Because DEFAULT_FILE_STORAGE has been deprecated in Django for a long time and is now no longer supported, the existing behavior of settings.py to set a custom STORAGE_BACKEND to that setting now no longer works. This change instead explicitly redeclares the default STORAGES and then overrides the default backend value with STORAGE_BACKEND.

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

Successfully merging this pull request may close these issues.

4.2x Netbox version breaks Django-storage STORAGE_BACKEND
1 participant