~turminal/django

bca42c709fe6e72e8f5c0a46681aab400bddb427 — Tim Graham 8 years ago a0e3cba
[1.9.x] Removed some docs that should have been removed along with PROFANITIES_LIST.

Backport of 12dee89d9c1fbe6b47984c544505aa8ff77e92bc from master
1 files changed, 2 insertions(+), 2 deletions(-)

M docs/ref/settings.txt
M docs/ref/settings.txt => docs/ref/settings.txt +2 -2
@@ 1034,8 1034,8 @@ environment, such as all the currently defined Django settings (from
``settings.py``).

As a security measure, Django will *not* include settings that might be
sensitive (or offensive), such as :setting:`SECRET_KEY`. Specifically, it will
exclude any setting whose name includes any of the following:
sensitive, such as :setting:`SECRET_KEY`. Specifically, it will exclude any
setting whose name includes any of the following:

* ``'API'``
* ``'KEY'``