Re: Searching in a foreign table field
search_fields = ('song__name', ), > > Hope that helps. > > > -- Jaime G. Wong Chacaltana E-Mail: [EMAIL PROTECTED] Web : http://jgwong.org/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google
Searching in a foreign table field
search_fields = ('song', ), ) ...but I get an exception. Exception Type: TypeError Exception Value:got unexpected keyword argument 'song__icontains' What am I doing wrong? -- Jaime G. Wong Chacaltana E-Mail