Re: Admin search error (using auto complete FK widget)

2009-08-27 Thread mr.kschan
Hi, There is solution to use Jannis's widget with Django 1.1. Please read the blog post's comment by Christian Abbott June 24, 2009. The __call__ is deprecated in Django1.1 and you could better update the code to use get_urls() instead. =] I just tried and it works ^^ ks On Aug 28, 12:01 pm,

Re: Admin search error (using auto complete FK widget)

2009-08-27 Thread mr.kschan
Hi, On Aug 26, 9:34 pm, maco wrote: > Jannis Liedel writes about a great widget for FK > fieldshttp://jannisleidel.com/2008/11/autocomplete-form-widget-foreignkey-m... > > I manged to get it to work on one site, but not on others. > > Widget uses admin search functionality through url: > /admin

Admin search error (using auto complete FK widget)

2009-08-26 Thread maco
Jannis Liedel writes about a great widget for FK fields http://jannisleidel.com/2008/11/autocomplete-form-widget-foreignkey-model-fields/ I manged to get it to work on one site, but not on others. Widget uses admin search functionality through url: /admin/app/model/search/? q=foo&search_fields=m