114
114
super(URLNameValidator, self).validate_python(value, state)
115
115
if not VALID_URL_NAME.match(value):
116
116
raise formencode.Invalid(
118
'number of alphanumerics, ., +, - or _.',
118
'by any number of lowercase alphanumerics, ., +, - or _.',