--
Ticket URL: <https://code.djangoproject.com/ticket/34836>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* has_patch: 1 => 0
* resolution: => wontfix
* easy: 1 => 0
Comment:
Thanks for this ticket, however, it doesn't sound like common practice and
something that needs to be a part of Django itself. You can always
implement a `MultipleChoiceField` subclass in your code.
You can start a discussion on the Django Forum, if you don't agree, where
you'll reach a wider audience, and
[https://docs.djangoproject.com/en/stable/internals/contributing/triaging-
tickets/#closing-tickets follow the triaging guidelines with regards to
wontfix tickets].
--
Ticket URL: <https://code.djangoproject.com/ticket/34836#comment:1>
Old description:
> I want to ignore invalid choices without displaying an error.
> The same goes for ModelMultipleChoiceField.
New description:
I want to ignore invalid choices without displaying an error.
The same goes for ModelMultipleChoiceField.
PR (created without accepted ticket)
https://github.com/django/django/pull/17255
--
--
Ticket URL: <https://code.djangoproject.com/ticket/34836#comment:2>