Would it be possible to allow custom error messages per field in newforms?
E.g., class MyForm(forms.Form): username = forms.CharField(label="User Name", error="Please enter your user name.") "This field is required." doesn't work well if you are displaying your errors on top of your form or if you have several fields in a row. Seems easy enough to add to me. --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---