Re: Error when 2 foreign keys to same Model w/ edit_inline=True

2006-08-11 Thread Mario Graziosi
Malcolm Tredinnick wrote: > On Fri, 2006-08-11 at 10:50 +0200, Mario Graziosi wrote: > >> I have a tough problem representing my data model >> with Django when using the standard Admin Interface. >> >> I need to represent the concept of a callgroup: a list >> of items (either persons or, again,

Re: Error when 2 foreign keys to same Model w/ edit_inline=True

2006-08-11 Thread Malcolm Tredinnick
On Fri, 2006-08-11 at 10:50 +0200, Mario Graziosi wrote: > I have a tough problem representing my data model > with Django when using the standard Admin Interface. > > I need to represent the concept of a callgroup: a list > of items (either persons or, again, callgroups) to > which phone calls s