mirror of
https://github.com/django/django.git
synced 2025-11-25 13:13:28 +00:00
Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
This commit is contained in:
parent
1ec3f0961f
commit
32940d390a
24 changed files with 542 additions and 90 deletions
|
|
@ -45,6 +45,12 @@ details on these changes.
|
|||
* Support for passing positional arguments to ``Signer`` and
|
||||
``TimestampSigner`` will be removed.
|
||||
|
||||
* The ``DEFAULT_FILE_STORAGE`` and ``STATICFILES_STORAGE`` settings will be
|
||||
removed.
|
||||
|
||||
* The ``django.core.files.storage.get_storage_class()`` function will be
|
||||
removed.
|
||||
|
||||
.. _deprecation-removed-in-5.0:
|
||||
|
||||
5.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue