mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #26029 -- Removed DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
This also removes django.core.files.storage.get_storage_class(). Per deprecation timeline.
This commit is contained in:
@@ -280,3 +280,7 @@ to remove usage of these features.
|
||||
|
||||
* Support for passing positional arguments to ``Signer`` and
|
||||
``TimestampSigner`` is removed.
|
||||
|
||||
* The ``DEFAULT_FILE_STORAGE`` and ``STATICFILES_STORAGE`` settings is removed.
|
||||
|
||||
* The ``django.core.files.storage.get_storage_class()`` function is removed.
|
||||
|
||||
Reference in New Issue
Block a user