In form, I defined MultipleChoiceField and in the view, I'm trying to get
the selected value. I tried with form.cleaned_data['field_name'],
request.POST['field_name'], request.POST.get('field_name') but nothing is
working for me
Either I'm getting an empty list, None otherwise
I tried to look out for solution in other available resources but none of
them are helping to fix my issue. With no choice I'm here to raise a new
ticket and requesting any possible solution
--
Ticket URL: <https://code.djangoproject.com/ticket/30873>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => invalid
Comment:
Please don't use Trac as a support channel.
Closing per TicketClosingReasons/UseSupportChannels.
--
Ticket URL: <https://code.djangoproject.com/ticket/30873#comment:1>
Comment (by malathisathya):
Closing this ticket as I'm able to get the value. I was trying to get the
value from invalid view. Fixed my code
--
Ticket URL: <https://code.djangoproject.com/ticket/30873#comment:2>