Re: Found (and fixed?) a bug in ManyToManyField class

2009-02-27 Thread Malcolm Tredinnick
On Fri, 2009-02-27 at 12:24 -0800, Joshua Russo wrote: > Think I found a bug in the ManyRelatedManager that occurs when you try > to include a ManyToManyField relation in an admin edit page. I > personally tried to have the relational table/module as an inline > display of primary entity module. I

Found (and fixed?) a bug in ManyToManyField class

2009-02-27 Thread Joshua Russo
Think I found a bug in the ManyRelatedManager that occurs when you try to include a ManyToManyField relation in an admin edit page. I personally tried to have the relational table/module as an inline display of primary entity module. It seems to have been missing the __unicode__ / __str__ methods.