Ciao I think the problem is in the NAME of the checkbox. 4 checkbox with same name, the form will consider only the last one. I think, if you check for example 1 and x you will get: 'not_willing_to_judge: 'x''. Try to rename checkbox: not_willing_to_judge_1, not_willing_to_judge_2, not_willing_to_judge_3, not_willing_to_judge_4.
By -- You received this message because you are subscribed to the Google Groups "Django users" 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-users/CAB5pmX8tbesYm2wfVB%3DS%2BnQ2d2M8qAg7Xhotg57WN8ZJxS9MJQ%40mail.gmail.com.

