Re: Can M2M be one-way?

2008-10-08 Thread Dylan Reinhardt
On Tue, Oct 7, 2008 at 3:26 PM, Karen Tracey <[EMAIL PROTECTED]> wrote: > On Tue, Oct 7, 2008 at 6:01 PM, Dylan Reinhardt <[EMAIL PROTECTED]>wrote: > >> >> Is there any way to make Django ManyToManyField objects not be bi- >> directional? >> > >

Can M2M be one-way?

2008-10-07 Thread Dylan Reinhardt
Is there any way to make Django ManyToManyField objects not be bi- directional? I have a Product object with a self-referencing M2M field. I want each Product to maintain its *own* list of related products... I do not want Products affecting each other's lists. When A points to B, I don't