Re: OperationalError: (1054, "Unknown,column ' ...) for ForeignKey

2008-08-20 Thread Marc Vinyes
Thanks a lot for your help Malcom. Malcolm Tredinnick escribió, El 18/08/2008 0:03: > > On Sun, 2008-08-17 at 23:51 +0200, MarC wrote: >> Hi again, >> I'm still fighting against it and reading related posts in the mailing list >> archive with no >> success... Now I just found it won't work

Re: OperationalError 1054 Unknown column

2007-08-10 Thread AnaReis
Hum... I thought that to be an AutoField it was mandatory that "_id" would have to be added to the name of the field... Apparently not! :) Thanks. Ana On Aug 9, 6:57 pm, Collin Grady <[EMAIL PROTECTED]> wrote: > Why did you add _id to your model definition for levelID ? The column > does not

Re: OperationalError 1054 Unknown column

2007-08-09 Thread Collin Grady
Why did you add _id to your model definition for levelID ? The column does not have that. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

OperationalError 1054 Unknown column

2007-08-09 Thread AnaReis
Hi all, I'm working with a MySQL legacy DB which was changed. This was our previous Level table: +-+---+--+-+-+---+ | Field | Type | Null | Key | Default | Extra |