I've seen this discussed a few times but have yet to hear/find a suitable solution:
I have a ManyToManyField in my admin which was doing great with filter_horizontal until we imported the legacy database and realized we had more than 5000 rows for said field. Needless to say writing the select takes awhile. I've looked at raw_admin_id which works only with a through=Foo (intermediary table). What i'd like to see is a selectfilter widget which does a client side autocomplete when typing 3 or more characters . I can probably fix this with a jquery GET in normal forms but can't see the wood for the trees in admin. Maybe this is easier/clearer than i thought and somebody can point me in the right direction? Or better: does anyone have a solution for this already? Thanks! Christian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---