I'm looking to create a ModelForm
field that accepts comma separated values and stores values as rows in the database (as a many to one relationship to another object)
I've tried searching for something like this but had no luck. I'm thinking of doing it manually via a normal Form
but before I do, I'd like to hear suggestions. Is there a simple method of doing this? Custom widget? Custom field? Both?