From f887ad5821ed4f95ac4dac543122102f77647273 Mon Sep 17 00:00:00 2001 From: Harry Moreno Date: Thu, 24 Jan 2019 15:41:33 -0500 Subject: [PATCH] Explain default value for ecretValue() --- docs/values.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/values.rst b/docs/values.rst index 3728148..5f5dcea 100644 --- a/docs/values.rst +++ b/docs/values.rst @@ -561,7 +561,8 @@ Other values A :class:`~Value` subclass that doesn't allow setting a default value during instantiation and force-enables the use of an environment variable to reduce the risk of accidentally storing secret values in the settings - file. + file. This usually resolves to ``DJANGO_SECRET_KEY`` unless you have + customized the environment variable names. :raises: ``ValueError`` when given a default value