Re: many to many tables and editing them

2005-10-27 Thread Robert Wittams
Ian Holsman wrote: > (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 wan

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