Re: attributes on a many to many relationship

2008-02-25 Thread Malcolm Tredinnick
On Mon, 2008-02-25 at 13:52 -0800, Rajesh Dhawan wrote: > > > On Feb 25, 4:04 pm, Tim Saylor <[EMAIL PROTECTED]> wrote: > > In a many to many relationship, is it possible to include additional > > attributes besides the foreign keys in the relationship table? > > Yes. See: http://www.djangop

Re: attributes on a many to many relationship

2008-02-25 Thread Jacob Kaplan-Moss
On 2/25/08, Rajesh Dhawan <[EMAIL PROTECTED]> wrote: > On Feb 25, 4:04 pm, Tim Saylor <[EMAIL PROTECTED]> wrote: > > In a many to many relationship, is it possible to include additional > > attributes besides the foreign keys in the relationship table? > > Yes. See: http://www.djangoproject.com

Re: attributes on a many to many relationship

2008-02-25 Thread Rajesh Dhawan
On Feb 25, 4:04 pm, Tim Saylor <[EMAIL PROTECTED]> wrote: > In a many to many relationship, is it possible to include additional > attributes besides the foreign keys in the relationship table?   Yes. See: http://www.djangoproject.com/documentation/models/m2m_intermediary/ --~--~-~--~

attributes on a many to many relationship

2008-02-25 Thread Tim Saylor
In a many to many relationship, is it possible to include additional attributes besides the foreign keys in the relationship table? For example, if "Users" and "Events" have a many to many relationship, is it possible to include an attribute for "registration status", which applies to the relatio