ok everyone, what is the method to test if a field under a table allows for 
None, or requires a real value.  like

isinstance(table name[fieldname].requires, IS_EMPTY_OR)

returns True if allows None

but it doesn't always return True when it should.  like when the field is 
only:

Field('name', length=25)

so, I'm looking for a universal solution no matter how the field is defined.

thank you in advanced, Lucas

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to