diff options
| author | Tim Graham <timograham@gmail.com> | 2016-03-31 13:21:32 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-03-31 13:21:32 -0400 |
| commit | 12dee89d9c1fbe6b47984c544505aa8ff77e92bc (patch) | |
| tree | ec720ae494e1e441c9f3db5ff95c7fe3afd8f0fe /docs | |
| parent | f3595b25496691966d4ff858a3b395735ad85a6e (diff) | |
Removed some docs that should have been removed along with PROFANITIES_LIST.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/settings.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 7ac9d737fd..8aa702779a 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -1004,8 +1004,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'`` |
