Hi, I've got an Article object (what a surprise !), and was willing to relate it to other articles My initial plan was to use a ManyToMany relationship, but it doesn't seem to be possible (I tried specifying "self"). I also tried to specify my ManyToMany relationship using an intermediary table, but this doesn't seem to be edited inline (I get a "bool object is not callable" error). Am I missing something ? Regards, -- Brice Carpentier aka Br|ce
- relating ManyToMany to itself Brice Carpentier
- Re: relating ManyToMany to itself Russell Keith-Magee
- Re: relating ManyToMany to itself Brice Carpentier

