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.

many to many tables and editing them

2005-10-25 Thread Ian Holsman
(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