I've found that it's probably not a bug in Web2py. 

Problem is that i use a datetime picker in my view, and the format of it is 
not valid a datetime format for Web2py to store it in the DB. So Web2y send 
from the db.py a message ''
enter date and time as 1963-08-28 14:30:59". What is used to do is 
re-format the datetime format in a validator so that it can be stored in 
the DB, but Web2py processes it's own validators first before the 
user-defined validator is called. 

Strange because i used it this way before. Maybe there is something changed 
in the process flow of Web2py?

-- 
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/groups/opt_out.

Reply via email to