#31820: CheckboxSelectMultiple widget doesn't work with TextChoices enabled
CharFields
------------------------+--------------------------------------
Reporter: Remy | Owner: nobody
Type: Bug | Status: closed
Component: Forms | Version: 3.0
Severity: Normal | Resolution: invalid
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
------------------------+--------------------------------------
Changes (by felixxm):
* status: new => closed
* resolution: => invalid
Comment:
It's not related with `TextChoices`, it will not work also with
`choices=[('S', 'Science Fiction'), ('A', 'Action')]` because `CharField`
cannot handle multiple values. Please use one of
[https://code.djangoproject.com/wiki/TicketClosingReasons/UseSupportChannels
support channels].
--
Ticket URL: <https://code.djangoproject.com/ticket/31820#comment:2>
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 view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/067.665d48b953dfaaa715839634d0c8ab32%40djangoproject.com.