Christian Schneider wrote: > I can do Codec.objects.all()[0].format_set.all() but when I do > Format.objects.all()[0].codec.all() I get the following traceback: > File "/usr/lib/python2.3/site-packages/django/db/models/query.py", line > 780, in lookup_inner > raise TypeError, "Cannot resolve keyword '%s' into field" % name > TypeError: Cannot resolve keyword 'format' into field
I'm running in a similar problem, may be something is broken. I'll file a ticket and see if I can fix it. I think this did work once ... Michael --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

