In master branch I made some changes to validators:

1) validators.py has moved from web2py to pydal
2) validators no longer have a method __call__(self, value) but they have a 
method validate(self, value) which raises a ValidationError(message) on 
error
3) older validators will continue work as before

A few validators had a minor change of behavior when returning invalid 
values. This should not affect anybody but please help me test them.

Massimo

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to