Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Jan 26, 2024
1 parent ddd0709 commit b1bf4ee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1bf4ee

Please sign in to comment.