From 86561844ce66cda3e6a8c22d4ace4c2d1bc1f2e7 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Mon, 17 Jul 2023 11:19:51 +0100 Subject: [PATCH] Refs #34712 -- Doc'd that defining STORAGES overrides the default configuration. --- docs/ref/settings.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 6452a5ce164..3dc6edf3331 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``