aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide
diff options
context:
space:
mode:
authorPablo Recio2013-05-18 16:11:06 +0200
committerPablo Recio2013-05-18 16:11:06 +0200
commit50ba26822d5c448295dfd514452ea2278af09708 (patch)
treed602e6144db04eb8b20313fe45d785994c747acd /docs/api-guide
parent392c8556aed41df2120623fe1c891610bb111100 (diff)
parentea9a3d88bce5507af753a79b259e6bd8e53a9059 (diff)
downloaddjango-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.md2
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