I am looking for implementing searchable choice field (searchable dropdown) in django using django forms and models.
This choice field will be populated from database.
I am looking for implementing searchable choice field (searchable dropdown) in django using django forms and models.
This choice field will be populated from database.
This cannot be easily done only with Django, check this list of Django packages that implement the AutoCompletable feature.
I have used and I personally recommend you Django Autocomplete Light.