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