﻿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
10171	Key class_attrib missing in result_headers dict used in change_list_results template	zdenek.bohm@…	nobody	"Template ''change_list_results'' required key ''class_attrib'' in '''result_headers dict'''.

[/browser/django/trunk/django/contrib/admin/templates/admin/change_list_results.html]
{{{
{% for header in result_headers %}<th{{ header.class_attrib }}>
}}}

But function '''result_headers()''' returns only {""text"": header} item (line 112):

[/browser/django/trunk/django/contrib/admin/templatetags/admin_list.py]
{{{
#!python
if not admin_order_field:
    yield {""text"": header}
    continue
}}}
"		closed	contrib.admin	dev		invalid			Unreviewed	0	0	0	0	0	0
