Django, using select2 for choice field

Viewed 202

Now that select2 is shipped in django for the autocomplete_fields feature, I have been looking for a way to use the select2 widget for a simple choice field which has many options. what's the current best way to do so?

0 Answers
Related