1
0
mirror of https://github.com/django/django.git synced 2025-06-05 11:39:13 +00:00

Minor DEBUG setting reference formatting edit.

This commit is contained in:
Ramiro Morales 2013-01-11 16:15:17 -03:00
parent 5362134090
commit 1bbd36a36a

View File

@ -744,13 +744,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'``
Note that these are *partial* matches. ``'PASS'`` will also match PASSWORD, Note that these are *partial* matches. ``'PASS'`` will also match PASSWORD,
just as ``'TOKEN'`` will also match TOKENIZED and so on. just as ``'TOKEN'`` will also match TOKENIZED and so on.