django-select2 with field without foreignkey
07:56 17 Dec 2025

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

django-select2