From b1bf4ee03a7f60a9e42529bcefe23c64e6557662 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Sat, 27 Jan 2024 00:25:08 +0100 Subject: [PATCH] Update docs --- docs/settings.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/settings.rst b/docs/settings.rst index 31c510b..992181b 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -34,10 +34,7 @@ An alternative, and possibly clearer form is:: By default any setting option provided in ``helper.py`` will override the default ones. .. warning:: On Django 4.2 and up you **cannot** use ``DEFAULT_FILE_STORAGE`` and ``STATICFILES_STORAGE`` - in ``HELPER_SETTINGS``. ``DEFAULT_FILE_STORAGE`` and ``STATICFILES_STORAGE`` are deprecated and - ``django-app-helper`` will remove it from ``HELPER_SETTINGS`` due to compatibility issues. - - Use ``STORAGES`` setting instead. + in ``HELPER_SETTINGS``: use new ``STORAGES`` setting instead. Special settings