We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e3c44 commit 4dbf2d9Copy full SHA for 4dbf2d9
docs/api-guide/renderers.md
@@ -272,6 +272,8 @@ Exceptions raised and handled by an HTML renderer will attempt to render using o
272
* Load and render a template named `api_exception.html`.
273
* Render the HTTP status code and text, for example "404 Not Found".
274
275
+**Note**: If `DEBUG=True`, Django's standard traceback error page will be displayed instead of rendering the HTTP status code and text.
276
+
277
Templates will render with a `RequestContext` which includes the `status_code` and `details` keys.
278
279
---
0 commit comments