Skip to content

The STATICFILES_STORAGE setting is deprecated in Django 4.2 #1758

@radwon

Description

@radwon

The Static files panel produces the following warning in Django 4.2

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

This is due to the use of the django.core.files.storage.get_storage_class() function which has been deprecated.

I will submit a patch and pull request to resolve this issue.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions