#18431: TypedChoiceField doesn't use self.coerce in its clean() and
prepare_value()
methods
----------------------------+--------------------
Reporter: ambv | Owner: nobody
Type: Bug | Status: new
Component: Forms | Version: 1.4
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 1 | UI/UX: 0
----------------------------+--------------------
One of the points of the `clean()` method is to clean the data to the
correct type. When a `coerce` function is defined for a
`TypedChoiceField`, it should then be used by `clean()` and
`prepare_value()` as well.
--
Ticket URL: <https://code.djangoproject.com/ticket/18431>
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 this group at
http://groups.google.com/group/django-updates?hl=en.