diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index 75c126c38b..b5c515db09 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -480,6 +480,9 @@ Requests and Responses :class:`~django.template.response.TemplateResponse`, commonly used with class-based views. +* Exceptions raised by the ``render()`` method are now passed to the + ``process_exception()`` method of each middleware. + * Request middleware can now set :attr:`HttpRequest.urlconf <django.http.HttpRequest.urlconf>` to ``None`` to revert any changes made by previous middleware and return to using the :setting:`ROOT_URLCONF`. |
