diff options
| author | Pablo Recio | 2013-05-18 16:11:06 +0200 |
|---|---|---|
| committer | Pablo Recio | 2013-05-18 16:11:06 +0200 |
| commit | 50ba26822d5c448295dfd514452ea2278af09708 (patch) | |
| tree | d602e6144db04eb8b20313fe45d785994c747acd /docs/api-guide | |
| parent | 392c8556aed41df2120623fe1c891610bb111100 (diff) | |
| parent | ea9a3d88bce5507af753a79b259e6bd8e53a9059 (diff) | |
| download | django-rest-framework-50ba26822d5c448295dfd514452ea2278af09708.tar.bz2 | |
Merge branch 'master' into 675-empty-label-related-field
Diffstat (limited to 'docs/api-guide')
| -rw-r--r-- | docs/api-guide/renderers.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api-guide/renderers.md b/docs/api-guide/renderers.md index ed733c65..b9a9fd7a 100644 --- a/docs/api-guide/renderers.md +++ b/docs/api-guide/renderers.md @@ -274,6 +274,8 @@ Exceptions raised and handled by an HTML renderer will attempt to render using o Templates will render with a `RequestContext` which includes the `status_code` and `details` keys. +**Note**: If `DEBUG=True`, Django's standard traceback error page will be displayed instead of rendering the HTTP status code and text. + --- # Third party packages |
