Where can I find all the default validation error messages that Django outputs (ex. the field required error message)?
I want to translate these to another language and I know how to replace them but not how to find all of them.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For
formerror messages you can browse through thedjango.forms.fieldsfile and look fordefault_error_messages.https://github.com/django/django/blob/master/django/forms/fields.py