﻿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
25206	Incorrect error message when checking modeladmin fieldsets	Alasdair Nicol	nobody	"Arising from [http://stackoverflow.com/questions/31765584/django-admin-error-admin-e008-the-value-of-fieldsets-must-be-a-list-or-tuple/31765888#31765888this Stack Overflow question]

The checks framework is showing the error message:

{{{
SystemCheckError: System check identified some issues:

ERRORS: : (admin.E008) The value of 'fieldsets[1]['fields']' must be a list or tuple.
}}}

It only has one index instead of two, in this case it should be `fieldsets[3][1]['fields']`.

The problem is that `'fieldsets[1]'` is hardcoded, instead of using the label that describes the current fieldset."	Bug	closed	contrib.admin	dev	Normal	fixed		alasdair@…	Accepted	1	0	0	0	0	0
