1
0
mirror of https://github.com/django/django.git synced 2025-10-24 14:16:09 +00:00

Merged from trunk up to [7539].

git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7544 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Brian Rosner
2008-05-22 13:51:03 +00:00
parent 13ae9e484d
commit bdea65e84a
8 changed files with 612 additions and 564 deletions

View File

@@ -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
---------------