﻿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
20464	admin list_editable displays wrong error messages	Marc Egli	Baptiste Mispelon	"Considering the following `ModelAdmin`:

{{{
class SomeModelAdmin(admin.ModelAdmin):
    list_display = ('pk', 'one', 'two')
    list_editable = ('one', 'two')
}}}

If you have errors in your form there is either `Please correct the error below.` or `Please correct the errors below.`. But this distinction is made on the count of forms having errors not on the total error count.

- If you have one entry and manage to have errors in both fields then it uses `Please correct the error below.`
- If you have two entries and you have one error in one of them it says `Please correct the errors below.`"	Bug	closed	Forms	dev	Normal	fixed	admin	bmispelon@…	Accepted	1	0	0	0	1	0
