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
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