Ticket 683

2005-10-22 Thread Jeremy Dunck
I've added a half-patch to ticket 683. I don't understand all the magick going down in meta and models, but I hope the bit I did was useful.

Ping on ticket 683

2005-10-25 Thread Jeremy Dunck
http://code.djangoproject.com/ticket/683 This seems like a kinda-significant bug when dealing with many columns where field.db_column <> field.name. Basically, foreign keys don't work. If it's not seen as a priority, OK, but I wanted to make sure it hadn't merely slipped under the radar.

Re: Ping on ticket 683

2005-10-26 Thread Adrian Holovaty
On 10/26/05, Jeremy Dunck <[EMAIL PROTECTED]> wrote: > http://code.djangoproject.com/ticket/683 > > This seems like a kinda-significant bug when dealing with many columns > where field.db_column <> field.name. Yup, this is a known issue. I've got a fix in mind, bu