[web2py] Re: Possible typo in book

2010-12-21 Thread cjrh
On Dec 21, 10:34 pm, Jonathan Lundell wrote: > Per the code, it should be None. Same for IS_IN_DB. Fixed, thanks for checking.

Re: [web2py] Re: Possible typo in book

2010-12-21 Thread Jonathan Lundell
On Dec 21, 2010, at 12:26 PM, cjrh wrote: > > On Dec 21, 9:10 pm, Jim Karsten wrote: >> In web2py book, chapter 7 Forms and Validators, IS_IN_SET section, >> second paragraph, should this line: >> If you do not want a "choose one" option, set zero=False >> be: >> If you do not want a "cho

[web2py] Re: Possible typo in book

2010-12-21 Thread cjrh
On Dec 21, 9:10 pm, Jim Karsten wrote: > In web2py book, chapter 7 Forms and Validators, IS_IN_SET section, > second paragraph, should this line: >     If you do not want a "choose one" option, set zero=False > be: >     If you do not want a "choose one" option, set zero=None Can you confirm that