Commit 9d4f906d authored by Ramiro Morales's avatar Ramiro Morales
Browse files

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

1bbd36a3 from master.
parent 863e0ab5
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -748,13 +748,13 @@ sensitive (or offensive), such as :setting:`SECRET_KEY` or
:setting:`PROFANITIES_LIST`. Specifically, it will exclude any setting whose
name includes any of the following:

    * API
    * KEY
    * PASS
    * PROFANITIES_LIST
    * SECRET
    * SIGNATURE
    * TOKEN
* ``'API'``
* ``'KEY'``
* ``'PASS'``
* ``'PROFANITIES_LIST'``
* ``'SECRET'``
* ``'SIGNATURE'``
* ``'TOKEN'``

.. versionchanged:: 1.4