Re: Idea for ManyTomManyField extention

2006-07-29 Thread Neilen Marais
Hi Ian On Sat, 29 Jul 2006 11:36:17 +1000, Ian Holsman wrote: > but personally I just use foreign keys on the middle table, as I > think it makes the code more readable, and allows you to be more > flexible with it. (for example a M2M with a generic flavor) Like the intermediary model describ

Re: Idea for ManyTomManyField extention

2006-07-29 Thread Neilen Marais
Hi Russ On Sat, 29 Jul 2006 20:46:49 +0800, Russell Keith-Magee wrote: > On 7/29/06, Neilen Marais <[EMAIL PROTECTED]> wrote: >> >> >> I'm just testing the waters to see what people think about an extended >> ManyToManyField type that allows the additi

Idea for ManyTomManyField extention

2006-07-28 Thread Neilen Marais
Hi I'm just testing the waters to see what people think about an extended ManyToManyField type that allows the addition of extra info to a link withouth having to use an intermediary table/model like here: http://www.djangoproject.com/documentation/models/m2m_intermediary/ . Using the intermedia