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
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 :-)
--~--~
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
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