Hey Luca,
i think u can give every formfield a dict of error messages like this:
forms.InputField(error_messages={'required':u'your MSG'})
Hope this helps
SebastianOn 3 Jun., 18:34, luca72 <[email protected]> wrote: > hello at all. > during the renderig of a form in any required field is write "this > field is required", how i can overwrite this or delete it. > > Thanks > Luca -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

