jazzband / django-admin2

Extendable, adaptable rewrite of django.contrib.admin
BSD 3-Clause "New" or "Revised" License
1.19k stars 152 forks source link

Custom widget for handling large many-to-many results #227

Open pydanny opened 11 years ago

pydanny commented 11 years ago
    <field_name>_search_fields = ['title', '']
douglasmiranda commented 11 years ago

I don't know, but what do you think about the Chosen with an ajax call for retrieving the choices?

I've been using, (but not for large many-to-many results yet), and it work well.

pydanny commented 11 years ago

I think that's a great idea.

sehmaschine commented 11 years ago

IMO it's important to additionally show the search–icon (which opens the pop–up window), because sometimes you might not get results with an autocomplete field.

pydanny commented 11 years ago

As always, @sehmaschine is right on the money. :8ball: