Is there a way to replace the default error message in django admin. I use a custom widget, so I have a form, and I was wondering if there is something like:
field_1 = forms.Charfield(widget=X, error_messge='y')
I already tried to add the claen_field_1 method, but it looks like it doesn't get called when the field is empty. Any ideas would be appreciated.
django validation django-admin django-forms
Ilian iliev
source share