[1.5.x] Minor DEBUG setting reference formatting edit.

1bbd36a36add9b15db43014cf5e7bdb72a86fef1 from master.
This commit is contained in:
Ramiro Morales 2013-01-11 16:15:17 -03:00
parent 863e0ab57d
commit 9d4f906d47

View File

@ -748,13 +748,13 @@ sensitive (or offensive), such as :setting:`SECRET_KEY` or
:setting:`PROFANITIES_LIST`. Specifically, it will exclude any setting whose :setting:`PROFANITIES_LIST`. Specifically, it will exclude any setting whose
name includes any of the following: name includes any of the following:
* API * ``'API'``
* KEY * ``'KEY'``
* PASS * ``'PASS'``
* PROFANITIES_LIST * ``'PROFANITIES_LIST'``
* SECRET * ``'SECRET'``
* SIGNATURE * ``'SIGNATURE'``
* TOKEN * ``'TOKEN'``
.. versionchanged:: 1.4 .. versionchanged:: 1.4