Skip to content

Commit

Permalink
[4.2.x] Refs #34712 -- Doc'd that defining STORAGES overrides the def…
Browse files Browse the repository at this point in the history
…ault configuration.

Backport of 8656184 from main
  • Loading branch information
browniebroke authored and felixxm committed Jul 24, 2023
1 parent 1f9d00e commit 12ebd9a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/ref/settings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2690,6 +2690,11 @@ A ready-to-use instance of the storage backends can be retrieved from
:data:`django.core.files.storage.storages`. Use a key corresponding to the
backend definition in :setting:`STORAGES`.

.. admonition:: Is my value merged with the default value?

Defining this setting overrides the default value and is *not* merged with
it.

.. setting:: TEMPLATES

``TEMPLATES``
Expand Down

0 comments on commit 12ebd9a

Please sign in to comment.