﻿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
30779	technical_500.html: use filename:lineno format for exception location	Daniel Hahler	Mariusz Felisiak <felisiak.mariusz@…>	"Using
{{{
Exception Location: 	…/dj/views.py, line 28, in form_valid
}}}

instead of
{{{
Exception Location: 	…/dj/views.py in form_valid, line 28
}}}

would allow for easier copy'n'paste of the location for going there in an editor.

~~The format ``fname:lnum`` is usually handled there to go to the line number there directly.~~

By default this does not work as good as it could then, since browsers will not include the "":"" on double-click (tested Firefox and qutebrowser), but the ""text-select"" CSS property can be used for this, which then selected it with a single click already.  Ref: https://developer.mozilla.org/en-US/docs/Web/CSS/user-select

https://github.com/django/django/pull/11789"	Cleanup/optimization	closed	Error reporting	dev	Normal	fixed		Hasan Ramezani	Accepted	1	0	0	0	0	0
