For validation, I use FormEncode, which is super old.

Just to chime in on the above:

1. Phone Numbers should be strings.  They can have a leading 0. Then you 
have to worry about extensions, etc.
2. Most people I know will do validation on a form, that is used to 
populate the sqlalchemy model instance.  IMHO i think validating on the 
model with getter/setter can be kludgy and will end up with a lot more 
code/operations than necessary.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at https://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to