diff options
| author | Damien <damien@dam.io> | 2015-12-09 14:41:31 -0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-10 11:46:09 -0500 |
| commit | 428164fc81a8bf619d6a4fd92d3350c174e311a0 (patch) | |
| tree | 3ee44c1823c38b4416798e0dd59a85989d08d156 /docs | |
| parent | f1964bc7e2a1be675ed19ab302362311df67e3eb (diff) | |
[1.9.x] Refs #25099 -- Added removal of build_request_repr() to 1.9 release notes.
Backport of 071af825398bab08246aa28c227514ed37cf4244 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index b7e59a21bd..46bc0e7371 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -851,8 +851,9 @@ It was redundant to display the full details of the :class:`~django.http.HttpRequest` each time it appeared as a stack frame variable in the HTML version of the debug page and error email. Thus, the HTTP request will now display the same standard representation as other variables -(``repr(request)``). As a result, the method -``ExceptionReporterFilter.get_request_repr()`` was removed. +(``repr(request)``). As a result, the +``ExceptionReporterFilter.get_request_repr()`` method and the undocumented +``django.http.build_request_repr()`` function were removed. The contents of the text version of the email were modified to provide a traceback of the same structure as in the case of AJAX requests. The traceback |
