Closed mandarvaze closed 9 years ago
I don't think this is needed. You can add custom validators that can extend existing ones, so ie:
class MyValidator(ValidatorSQL, UUIDValidator)
"""My custom validator"""
app = Eve(validator=MyValidator, data=SQL)
Reference: this query on the mailing list