Re: newforms CharField issue

2006-12-15 Thread Adrian Holovaty
On 12/10/06, Benjamin Slavin <[EMAIL PROTECTED]> wrote: > Also, I noticed that in BooleanField if required=False and the input > is None (or ''), the evaluated result is False. > > I can certainly understand arguments to keep it how it is, but it > seems like 'None' would be a safer return value h

Re: newforms CharField issue

2006-12-15 Thread Adrian Holovaty
On 12/10/06, Benjamin Slavin <[EMAIL PROTECTED]> wrote: > I noticed a parameter pair for CharField in the newforms test package > that produces unexpected (to me) behavior. > > The field type in question is: CharField > The argument pair is: min_length={any-number}, required=False. > > >>> f = Ch