summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Rosner <brosner@gmail.com>2008-05-22 13:51:03 +0000
committerBrian Rosner <brosner@gmail.com>2008-05-22 13:51:03 +0000
commitbdea65e84a44f799260211c0fcf9eedba97e540e (patch)
treec3ee88d8a8136948b80d6a3433e9d00df2f096d8 /docs
parent13ae9e484d6dbd1ab0affee07922a5337591fa5f (diff)
Merged from trunk up to [7539].
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7544 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/settings.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/settings.txt b/docs/settings.txt
index 5aee19102b..9b89c92343 100644
--- a/docs/settings.txt
+++ b/docs/settings.txt
@@ -391,6 +391,16 @@ are inappropriate for public consumption. File paths, configuration options, and
the like all give attackers extra information about your server. Never deploy a
site with ``DEBUG`` turned on.
+DEBUG_PROPAGATE_EXCEPTIONS
+--------------------------
+
+Default: ``False``
+
+If set to True, Django's normal exception handling of view functions
+will be suppressed, and exceptions will propagate upwards. This can
+be useful for some test setups, and should never be used on a live
+site.
+
DEFAULT_CHARSET
---------------