I\'d like the user to be able to make multiple selections via the admin interface, and store the result as a list of comma-separated values. A select-multiple or a list of check
Django-multiselectfield does what you require:
https://github.com/goinnn/django-multiselectfield
It's inspired by the snippet that Alexander mentioned.