﻿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
13039	'ChangeList' object has no attribute 'formset'	tangc	nobody	"File django/contrib/admin/templatetags/admin_list.py"", line 185, in results
    if cl.formset:
AttributeError: 'ChangeList' object has no attribute 'formset'

{{{
def results(cl):
    if hasattr(cl, 'formset') and cl.formset:
        for res, form in zip(cl.result_list, cl.formset.forms):
}}}
"		closed	contrib.admin	dev		invalid	results, result_list, ChangeList		Unreviewed	1	0	1	0	0	0
