diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index ce9d35795c..3fd8b64e93 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -211,6 +211,10 @@ Requests and Responses <django.http.HttpRequest.build_absolute_uri>` method now handles paths starting with ``//`` correctly. +* If :setting:`DEBUG` is ``True`` and a request raises a + :exc:`~django.core.exceptions.SuspiciousOperation`, the response will be + rendered with a detailed error page. + Tests ^^^^^ |
