Ticket #2577: validators.py.diff

File validators.py.diff, 231 bytes (added by henrik_kroeger@…, 18 years ago)

made from Revision 3631

Line 
171c71
2< raise ValidationError, gettext("This value must contain only letters, numbers, underscores or hyphens.")
3---
4> raise ValidationError, "This value must contain only letters, numbers, underscores or hyphens."
Back to Top