On 5/10/06, Michael Radziej <[EMAIL PROTECTED]> wrote:
I think it did, too. Also, when I drop the relevant tables and syndb them again, I get the error "_mysql_exceptions.OperationalError: (1050, "Table 'admin_format_codec' already exists") " which to me sounds like it is trying to create the same table twice.
Thanks,
chris
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 ...
I think it did, too. Also, when I drop the relevant tables and syndb them again, I get the error "_mysql_exceptions.OperationalError: (1050, "Table 'admin_format_codec' already exists") " which to me sounds like it is trying to create the same table twice.
Thanks,
chris
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

