Ticket #3195: django-hiddensettings.patch
File django-hiddensettings.patch, 579 bytes (added by , 18 years ago) |
---|
-
docs/settings.txt
328 328 329 329 A boolean that turns on/off debug mode. 330 330 331 If you define custom settings, django/views/debug.py has a 332 HIDDEN_SETTINGS regular expression which will hide from the DEBUG view 333 anything that matches ``'SECRET|PASSWORD|PROFANITIES_LIST'``. Using this setting 334 allows untrusted users to be able to give backtraces without seeing 335 sensitive settings. 336 337 331 338 DEFAULT_CHARSET 332 339 --------------- 333 340