diff options
| author | Bruno Alla <alla.brunoo@gmail.com> | 2023-07-17 11:19:51 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-07-24 19:52:36 +0200 |
| commit | 86561844ce66cda3e6a8c22d4ace4c2d1bc1f2e7 (patch) | |
| tree | 05da9bc184eb54a3eb846a4d916365cfa17b4ba5 /docs | |
| parent | 95e4d6b81312fdd9f8ebf3385be1c1331168b5cf (diff) | |
Refs #34712 -- Doc'd that defining STORAGES overrides the default configuration.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/settings.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 6452a5ce16..3dc6edf333 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -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`` |
