﻿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
1431	small typo in admin_list.py	salmon@…	Adrian Holovaty	"unused assignment in django/contrib/admin/templatetags/admin_list.py line 181

{{{
def result_list(cl):
>>  res = list(results(cl))
    return {'cl': cl,
            'result_headers': list(result_headers(cl)),
            'results': list(results(cl))}
result_list = register.inclusion_tag(""admin/change_list_results"")(result_list)
}}}
"	defect	closed	contrib.admin		normal	fixed			Unreviewed	0	0	0	0	0	0
