Re: Check-in of change to is_required=True on BooleanField

2008-06-30 Thread Malcolm Tredinnick
On Mon, 2008-06-30 at 04:44 -0700, Rudolph wrote: > Hi, > > I'm quite suprised behind the arguments made for ticket #5957 (check- > in [7799]). To my opinion "is_required" means that the value is > required to be set to whatever value. In HTML this is a bit > problematic for checkboxes since the

Check-in of change to is_required=True on BooleanField

2008-06-30 Thread Rudolph
Hi, I'm quite suprised behind the arguments made for ticket #5957 (check- in [7799]). To my opinion "is_required" means that the value is required to be set to whatever value. In HTML this is a bit problematic for checkboxes since they submit either "on" or nothing at all. But a BooleanField coul