Re: Solution to problems with newforms BooleanField

2007-08-07 Thread Nick Lane
On Aug 7, 6:10 am, SmileyChris <[EMAIL PROTECTED]> wrote: > The main problem people have with BooleanField is that it raises a > ValidationError if its checkbox widget is left unchecked. here is a > problem, but it's not with BooleanField - *it's with the CheckboxInput > (widget)*. > > CheckboxInp

Solution to problems with newforms BooleanField

2007-08-06 Thread SmileyChris
The main problem people have with BooleanField is that it raises a ValidationError if its checkbox widget is left unchecked. here is a problem, but it's not with BooleanField - *it's with the CheckboxInput (widget)*. CheckboxInput should only be able to return a value of True or False. That's it.