I got this error when I added a field to my models, ran sycndb. I believe I got this error because syncdb failed to actually add the correct column to the database to reflect the changes I had made to my models.
I believe this is a bug in syncdb, but maybe someone more experienced can show me what is wrong? I had to blow away models and re-sync.. luckily I had no data in, if I had, I would have added the column manually to the database. On Thu, Mar 27, 2008 at 10:24 AM, bavel <[EMAIL PROTECTED]> wrote: > > I cannot figure out what this message might mean; can anybody help?: > > OperationError at /admin/balie/lid > no such column: balie_lid.n > > Request method: GET > Request URL: http://localhost:8000/admin/balie/lid/ > Exception Type: OperationalError > Exception Value: no such column: balie_lid.n > Exception Location: D:\Python25\lib\site-packages\django\db\backends > \sqlite3\base.py in execute, line 93 > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---