mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
[1.5.x] Minor DEBUG setting reference formatting edit.
1bbd36a36a
from master.
This commit is contained in:
parent
863e0ab57d
commit
9d4f906d47
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue