I want to show a custom error message in a Modelform. With a normal
form I can add an error message like this:

error_messages={'required': 'Vul aub een geldig Email adres in',
'invalid': 'Het email adres is niet geldig'}

With a ModelForm this won't work. Is there a way to add a custom error
message to the ModelForm, or should i write a custom clean method?

I am using Django 1.2.3

Rob

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to