Re: Many-to-Many with Intermediate Table - How to use built in admin?

2006-10-31 Thread Russell Keith-Magee
On 10/31/06, Vortexmind <[EMAIL PROTECTED]> wrote: > > Hi all > I am currently developing a rather large data model, and I need to use > Many-to-Many with Intermediate Table (as I need to stick some > attributes within the association). I try to explain with the Django > example about this issue:

Many-to-Many with Intermediate Table - How to use built in admin?

2006-10-31 Thread Vortexmind
Hi all I am currently developing a rather large data model, and I need to use Many-to-Many with Intermediate Table (as I need to stick some attributes within the association). I try to explain with the Django example about this issue: from django.db import models class Reporter(models.Model):