#29921: Default BooleanField.required different from Django 2.0 when using 
choices
-------------------------------------+-------------------------------------
     Reporter:  Bogdan Batog         |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  Forms                |                  Version:  2.1
     Severity:  Normal               |               Resolution:  invalid
     Keywords:  BooleanField,        |             Triage Stage:
  widget, required                   |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  1
-------------------------------------+-------------------------------------
Changes (by Tim Graham):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 Yes, it's expected because "required" for a checkbox input means "must be
 checked" while for a select input means "must have a value selected."

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29921#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/069.0fc8723682525a57160336da881e755f%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to