django-select2 with field without foreignkey
I have a model with 2 char-fields without foreignkey. I want to use django-select2 to autofill these fields and also store new text in these fields.
Is this possible? Or do I need a field with foreignkey to use select2?
Thanks in advance
Matthias