﻿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
30162	Model error_message 'required'  gets overridden by default_error_message	Oskar Haller	nobody	"When creating a custom user model I tried the following.

error_messages={'required': _('Please enter your last name.')}

However, it get's overridden by the default_error_message ""This field is required.""

Unless I specify the 'required' error_message in my form.


This is related to this bug-report 5-years ago [https://code.djangoproject.com/ticket/22105] .  Is the behavior above still considered 'deliberate'. If so could you elaborate on it? I really see no explanation why this could be wanted."	Bug	closed	Forms	2.1	Normal	duplicate	custom model error_messages overwritten		Unreviewed	0	0	0	0	0	0
