On Thursday 01 September 2005 06:13 am, Leo wrote: > class People(Model): > first_name = ManyToManyField (Name) > last_name = ManyToManyField (Name)
I might be misunderstanding the situation, but why are you using ManyToManyField instead of ForeignKey? (Sorry I don't know the answer to your question.) MWM

