described in http://code.google.com/intl/en/appengine/docs/python/datastore/propertyclass.html#Property
but there is no example code.
i code sth like:
class Model(db.Model):
email = db.EmailProperty(validator=clean_email)
def clean_email(self,value):
if ...