Re: Database error: column table.column_id does not exist

2011-05-18 Thread wilbur
Thanks for your help Daniel, that seems to have fixed my problem... On May 18, 12:27 pm, Daniel Roseman wrote: > On Wednesday, May 18, 2011 6:46:49 PM UTC+1, wilbur wrote: > > > Hello, > > > I continue to get errors when I try to view my model tables in Django > > admin (1.3.0). The errors invari

Re: Database error: column table.column_id does not exist

2011-05-18 Thread Daniel Roseman
On Wednesday, May 18, 2011 6:46:49 PM UTC+1, wilbur wrote: > > Hello, > > I continue to get errors when I try to view my model tables in Django > admin (1.3.0). The errors invariably refer to the name of a foreign > key defined in my models, with the '_id' appended to the name of the > field. M

Database error: column table.column_id does not exist

2011-05-18 Thread wilbur
Hello, I continue to get errors when I try to view my model tables in Django admin (1.3.0). The errors invariably refer to the name of a foreign key defined in my models, with the '_id' appended to the name of the field. My understanding was that by using a 'related_name' in the column definition

Database error: column table.column_id does not exist

2011-05-18 Thread wilbur
Hello, I continue to get errors when I try to view my model tables in Django admin (1.3.0). The errors invariably refer to the name of a foreign key defined in my models, with the '_id' appended to the name of the field. My understanding was that by using a 'related_name' in the column definition