Re: [web2py] Re: difference between is_not_empty(), notnull=true and required=true

2011-05-01 Thread Stifan Kristi
i'm understand right now, thank you so much for your detail explaination, massimo

[web2py] Re: difference between is_not_empty(), notnull=true and required=true

2011-05-01 Thread Massimo Di Pierro
notnull = True is enforced at the level of the database and the field value cannot be None/NULL requires=is_not_empty() is enforced in forced in forms ate web2py level required=True is completely different. It has nothing to do with the field value. It requires that a value always be specified in