﻿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
16765	Not showing any list_display_links is possible with Debug=False but not with Debug=True	raf.geens@…	nobody	"I had made a ModelAdmin object where using list_editable it was possible to edit objects directly on the change list page. Since I didn't particularly needed being able to edit each object on a separate page, I wanted list_display_links to be empty. When I assigned [None] to it I got the desired behaviour.

However, this only works when Debug = False in settings.py. If Debug = True, I'll get a ""iteration over non-sequence
'ConfigAdmin.list_display_links[0]' refers to 'None' which is not defined in 'list_display'."" exception from admin.site.register , which is what I'd expect given list_display_links's documentation.

I think either the exception should be raised as well with Debug = False, or list_display_links should be allowed to be empty.
"	Bug	closed	contrib.admin	1.3	Normal	duplicate			Unreviewed	0	0	0	0	0	0
