#19643: TypedChoiceField and TypedMultipleChoiceField call the super validate()
method instead of their own
-------------------------------------+-------------------------------------
     Reporter:  BerislavLopac        |                    Owner:
         Type:  Bug                  |  BerislavLopac
    Component:  Forms                |                   Status:  assigned
     Severity:  Normal               |                  Version:  master
     Keywords:  MultipleChoiceField  |               Resolution:
  TypedMultipleChoiceField           |             Triage Stage:  Accepted
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  1                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by BerislavLopac):

 * has_patch:  0 => 1


Comment:

 The issue was a bit more complicated, as the validation for individual
 values and the overall was a bit messed up. I've got it to pass all the
 tests and seems to be working fine now, and there are no calls to
 `super().validate()` except from `validate` itself. The patch is avilable
 at https://github.com/berislavlopac/django/tree/ticket_19643

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19643#comment:4>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to