1
0
mirror of https://github.com/django/django.git synced 2025-07-20 01:29:11 +00:00

[1.9.x] Refs #25099 -- Added removal of build_request_repr() to 1.9 release notes.

Backport of 071af825398bab08246aa28c227514ed37cf4244 from master
This commit is contained in:
Damien 2015-12-09 14:41:31 -08:00 committed by Tim Graham
parent f1964bc7e2
commit 428164fc81

View File

@ -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 :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 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 request will now display the same standard representation as other variables
(``repr(request)``). As a result, the method (``repr(request)``). As a result, the
``ExceptionReporterFilter.get_request_repr()`` was removed. ``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 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 traceback of the same structure as in the case of AJAX requests. The traceback