Hi!

How can I customize a validation error message? Looking at the code of
any validator I can see that it uses gettext(), so I can use i18n
mechanisms to customize the message. But I'm not too happy with that.

What if I want the message to be generated dynamically based on the
actual data (Like "You entered 30, but this is not really a valid number
here")? The only solution that comes to my mind is to make a callable
wrapper class that will call original validator, catch ValidationError,
and rethrow it with new message. Any better solution?

BR,
Przemyslaw


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to