﻿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
36063	"Fields in list_display_links should always navigate to the object ""change"" page"	Antoliny	Antoliny	"When fields with links, such as FileField and ImageField, are set in the list_display_links in Django's admin app list page, they do not navigate to the detail page of the corresponding object.
{{{
class StockAdmin(ModelAdmin):
    list_display_links = (""file_field"",)
    list_display = (
        ""email_field"",
        ""file_field"",
        ""image_field"",
    )
}}}
[[Image(file_field_display_err.png)]]"	Bug	closed	contrib.admin	5.1	Normal	fixed	items_for_result, ImageField, FileField		Ready for checkin	1	0	0	0	0	0
