Author: adrian Date: 2008-09-07 18:08:01 -0500 (Sun, 07 Sep 2008) New Revision: 8983
Modified: django/trunk/docs/ref/settings.txt Log: Fixed #8580 -- Hyperlinked some module names in settings.txt. Thanks, msaelices Modified: django/trunk/docs/ref/settings.txt =================================================================== --- django/trunk/docs/ref/settings.txt 2008-09-07 22:57:08 UTC (rev 8982) +++ django/trunk/docs/ref/settings.txt 2008-09-07 23:08:01 UTC (rev 8983) @@ -269,7 +269,7 @@ A boolean that turns on/off debug mode. -If you define custom settings, django/views/debug.py has a ``HIDDEN_SETTINGS`` +If you define custom settings, `django/views/debug.py`_ has a ``HIDDEN_SETTINGS`` regular expression which will hide from the DEBUG view anything that contains ``'SECRET'``, ``'PASSWORD'``, or ``'PROFANITIES'``. This allows untrusted users to be able to give backtraces without seeing sensitive (or offensive) settings. @@ -284,6 +284,8 @@ Never deploy a site into production with ``DEBUG`` turned on. +.. _django/views/debug.py: http://code.djangoproject.com/browser/django/trunk/django/views/debug.py + DEBUG_PROPAGATE_EXCEPTIONS -------------------------- @@ -800,9 +802,10 @@ the ``hasNoProfanities`` validator is called. We don't list the default values here, because that would be profane. To see -the default values, see the file ``django/conf/global_settings.py``. +the default values, see the file `django/conf/global_settings.py`_. .. setting:: ROOT_URLCONF +.. _django/conf/global_settings.py: http://code.djangoproject.com/browser/django/trunk/django/conf/global_settings.py ROOT_URLCONF ------------ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
