summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJustin Bronn <jbronn@gmail.com>2008-05-18 18:27:22 +0000
committerJustin Bronn <jbronn@gmail.com>2008-05-18 18:27:22 +0000
commit5fd838c4dc8111877c668c72f464366f6852a4ad (patch)
tree9cc3ab7b6ef1b4587f4953f37e5d9ca42cbdd16d /docs
parentc3f48762fceea5cf3049c12035acc9a2211a0d5c (diff)
gis: Merged revisions 7526,7534-7539 via svnmerge from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/gis@7540 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
---------------