I have a Category model that is m2m with an Article model and need to make categories selectable in my article admin. So I'm using a filter_horizontal and the problem is that I have thousands of categories and do not want to load them all into the left hand side (lhs) of filter_horizontal.
Is there a way to limit the lhs to just a search functionality instead of a category browse? Is there another widget I should use just for searching categories to make m2m relationships? Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e38e12cd-b643-4617-b3ae-f83fc9b76425%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

