Re: Record is saved, but no join table entry is created - weird problem

2010-02-22 Thread Tom
Ah! Thanks Tom, that fixed it. Tom On Feb 22, 3:27 pm, Tom Evans wrote: > On Mon, Feb 22, 2010 at 3:11 PM, Tom wrote: > > Hi all, > > > I have a view that takes data from a form and saves it in the db.  One > > of the fields is a M2M linking to

Re: Record is saved, but no join table entry is created - weird problem

2010-02-22 Thread Tom Evans
On Mon, Feb 22, 2010 at 3:11 PM, Tom wrote: > Hi all, > > I have a view that takes data from a form and saves it in the db.  One > of the fields is a M2M linking to another model.  The record itself > saves fine, but no entry in the M2M join table is created.  I am > passing

Record is saved, but no join table entry is created - weird problem

2010-02-22 Thread Tom
Hi all, I have a view that takes data from a form and saves it in the db. One of the fields is a M2M linking to another model. The record itself saves fine, but no entry in the M2M join table is created. I am passing the form initial data for the M2M in the form of a list of id numbers