I have done a validator that is supposed to check the input from a charfield:
def postnvali(value): if not value.isalnum(): raise ValidationE