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.
(still a newbie on all this, so excuse me if this has been discussed
ad-nausieum beforehand)
Hi.
I've got a many to many table relationship... say
Tags <--> People
with the relationship defined on the 'people' model class.
all is fantastic when I want to edit a person and add tags to them,
th