Re: Getting checkbox values of a Form in view function

2008-01-13 Thread Alex Koshelev
Try `status__in` as filter param On 13 янв, 23:00, Nader <[EMAIL PROTECTED]> wrote: > Hallo, > > I have a Form in which I have define some checkbox input. > > > starting > waiting > accepted > failed > > completed > > > > > And I want to get the checkbox values in a list, therefor I use

Getting checkbox values of a Form in view function

2008-01-13 Thread Nader
Hallo, I have a Form in which I have define some checkbox input. starting waiting accepted failed completed And I want to get the checkbox values in a list, therefor I use of the next statement in defined view function inform: message = request.POST.getlist('status') def inform(reque