diff options
| author | Michael Fötsch | 2011-06-26 16:03:36 +0200 |
|---|---|---|
| committer | Michael Fötsch | 2011-06-26 16:03:36 +0200 |
| commit | d8bec115ad67c4b4c02b7d2091fd8b85b9b1f7d4 (patch) | |
| tree | b2fbde89b2a39e49e6716220ad7b4106f060f5e1 /djangorestframework/runtests/settings.py | |
| parent | d3024ff18150e41190da76592d948b724727ca74 (diff) | |
| download | django-rest-framework-d8bec115ad67c4b4c02b7d2091fd8b85b9b1f7d4.tar.bz2 | |
Allow .json .html .xml style urls and also allow these formats to be specified in a "?format=..." query string.
Diffstat (limited to 'djangorestframework/runtests/settings.py')
| -rw-r--r-- | djangorestframework/runtests/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/djangorestframework/runtests/settings.py b/djangorestframework/runtests/settings.py index 0cc7f4e3..71664f8b 100644 --- a/djangorestframework/runtests/settings.py +++ b/djangorestframework/runtests/settings.py @@ -2,6 +2,7 @@ DEBUG = True TEMPLATE_DEBUG = DEBUG +DEBUG_PROPAGATE_EXCEPTIONS = True ADMINS = ( # ('Your Name', 'your_email@domain.com'), |
