1
0
mirror of https://github.com/django/django.git synced 2024-12-26 11:06:07 +00:00

[4.2.x] Refs #34712 -- Doc'd that defining STORAGES overrides the default configuration.

Backport of 86561844ce from main
This commit is contained in:
Bruno Alla 2023-07-17 11:19:51 +01:00 committed by Mariusz Felisiak
parent 1f9d00ef9f
commit 12ebd9a1ac

View File

@ -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``