Hi,
How can i display field name using verbose_name not just field name in
validation of ModelForm ?
For egz.
shipping_character = models.CharField('Your game character name
',max_length=50) <-- field from model
if it's empty validatior error is shipping_character - field is
required
and i want it to be
Your game character name - filed is required
--
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.