Re: problem with revers lookup

2006-06-26 Thread [EMAIL PROTECTED]
OK. Thank you for clarification. I should check Trac before posting this message. Regards, Jacek --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to djang

Re: problem with revers lookup

2006-06-26 Thread Ivan Sagalaev
Malcolm Tredinnick wrote: > It's not that we actually suck at fixing this. It's just that realiable > failures are hard to come by. Once we fix one and think we understand > the fix, it takes a good three or four hours for Ivan to break it again. Add the time difference to the problem :-) --~--~

Re: problem with revers lookup

2006-06-26 Thread Malcolm Tredinnick
On Mon, 2006-06-26 at 06:33 -0700, [EMAIL PROTECTED] wrote: > Hello > > I run into trouble when I tried to do backward reverse lookup. > Exampe in doc: Blog.objects.filter(entry__headline__contains='Lennon') > > It doesn't work and raises TypeError: Cannot resolve keyword 'blabla' > into field

problem with revers lookup

2006-06-26 Thread [EMAIL PROTECTED]
Hello I run into trouble when I tried to do backward reverse lookup. Exampe in doc: Blog.objects.filter(entry__headline__contains='Lennon') It doesn't work and raises TypeError: Cannot resolve keyword 'blabla' into field I found that the problem is in get_all_related_objects method of class Opt