﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
25099	Cleanup HttpRequest representations in error reporting	Vlastimil Zíma	Vlastimil Zíma	"Since simplification of `HttpRequest.__repr__` in #12098. The method `build_request_repr` is not used anywhere in the `django.http` where is defined and is only used for representation of request in error emails. But even that usage is excesive. In HTML version, the request details are printed under the traceback and so it is useless to repeat the full request details in local variables of every frame. The text version of the email is generated separately, despite the fact that `ExceptionReporter` provides `get_traceback_text` method which returns text content descibing the error.

Ticket created on recommendation by timgraham from discussion in https://github.com/django/django/pull/4947 for related ticket #22990."	Cleanup/optimization	closed	Core (Other)	dev	Release blocker	fixed			Ready for checkin	1	0	0	0	0	0
