Skip to content

Commit

Permalink
Refs #34712 -- Doc'd that defining STORAGES overrides the default con…
Browse files Browse the repository at this point in the history
…figuration.
  • Loading branch information
browniebroke authored and felixxm committed Jul 24, 2023
1 parent 95e4d6b commit 8656184
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 @@ -2644,6 +2644,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 8656184

Please sign in to comment.