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
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.
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.