CommaSeparatedIntegerField with CheckboxSelectMultiple Widget
This snippet allows you to use the CommaSeparatedIntegerField to store a set of integers that correspond to a set of choices. There are a couple other snippets that proclaim to do this, but they either don't work with the django 1.4, or are more complex.
- MultipleChoiceField
- CheckboxSelectMultiple
- CommaSeparatedIntegerField