Django

Code

Show
Ignore:
Timestamp:
05/16/08 18:24:36 (4 months ago)
Author:
lukeplant
Message:

Added DEBUG_PROPAGATE_EXCEPTIONS setting that helps testing under e.g. twill

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/settings.txt

    r7364 r7537  
    391391the like all give attackers extra information about your server. Never deploy a 
    392392site with ``DEBUG`` turned on. 
     393 
     394DEBUG_PROPAGATE_EXCEPTIONS 
     395-------------------- 
     396 
     397Default: ``False`` 
     398 
     399If set to True, Django's normal exception handling of view functions 
     400will be suppressed, and exceptions will propagate upwards.  This can 
     401be useful for some test setups, and should never be used on a live 
     402site. 
    393403 
    394404DEFAULT_CHARSET