Removed some docs that should have been removed along with PROFANITIES_LIST.
This commit is contained in:
parent
f3595b2549
commit
12dee89d9c
|
@ -1004,8 +1004,8 @@ environment, such as all the currently defined Django settings (from
|
||||||
``settings.py``).
|
``settings.py``).
|
||||||
|
|
||||||
As a security measure, Django will *not* include settings that might be
|
As a security measure, Django will *not* include settings that might be
|
||||||
sensitive (or offensive), such as :setting:`SECRET_KEY`. Specifically, it will
|
sensitive, such as :setting:`SECRET_KEY`. Specifically, it will exclude any
|
||||||
exclude any setting whose name includes any of the following:
|
setting whose name includes any of the following:
|
||||||
|
|
||||||
* ``'API'``
|
* ``'API'``
|
||||||
* ``'KEY'``
|
* ``'KEY'``
|
||||||
|
|
Loading…
Reference in New Issue