Should your relationship be Many-to-Many I found this to be very helpful: Autocomplete manytomany widget for admin panel http://djangosnippets.org/snippets/1365/
On Dec 7, 1:29 pm, Heigler <[email protected]> wrote: > If you can't use raw_id_fields i guess you should write that view and > use javascript to search inside the view. > > Can you use a auto complete approach instead a drop down menu? If you > can, my suggestion is to use a jquery plugin to do the hard > work:http://docs.jquery.com/Plugins/autocomplete -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

