From 32940d390a00a30a6409282d314d617667892841 Mon Sep 17 00:00:00 2001 From: Jarosław Wygoda Date: Sun, 11 Sep 2022 17:33:47 +0200 Subject: Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings. --- docs/internals/deprecation.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 1908549e8c..86326c3b4f 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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 -- cgit v1.3