﻿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
22716	The unique error message uses incorrect grammar	Jon Dufresne	nobody	"The default unique error message, found in `django.db.models.fields` class `Field` attribute `default_error_messages`, reads as follows:

{{{
'unique': _('%(model_name)s with this %(field_label)s '
                    'already exists.'),
}}}

Where `field_label` is replaced with `capfirst(field.verbose_name)`. The end result will appears something like: ""Person with this Email already exists.""

This creates an uppercase word in the middle of the sentence, which is incorrect English grammar. For this to use correct grammar the field should not be capitalized."	Uncategorized	closed	Uncategorized	1.6	Normal	invalid			Unreviewed	0	0	0	0	0	0
