﻿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
19840	Traceback view: href to version control page	Thomas Güttler	nobody	"It would be very good if the traceback view (in DEBUG mode) would create links
to the version control page:

Example traceback:
{{{

/home/modwork_egs_dt/djangotools/utils/formutils.py in form2str
            rows.append(formdict.field(field, td_add=td_add.get(field, '')))
/home/modwork_egs_dt/djangotools/utils/formutils.py in field
                widget_str=bf.as_widget(bf.field.widget, attrs=attrs)
/home/modwork_egs_dt/django/forms/forms.py in as_widget

}}}
The file name of the python file should be a link to the version control. Of course this can only be done after
telling django where each app has its web repository.

In the above example ""djangotools"" is an app which is hosted in our company at http://foo.lan/viewvc/djangotools/
The debug page would need to create a link like this http://foo.lan/viewvc/djangotools/trunk/utils/formutils.py

I don't know how to implement it. But it would be a nice feature for developers."	New feature	closed	Uncategorized	1.4	Normal	wontfix	debug_view		Unreviewed	0	0	0	0	0	0
