Re: Possible bug in MR

2006-04-23 Thread Adrian Holovaty
On 4/22/06, Chris Moffitt <[EMAIL PROTECTED]> wrote: > I was playing with a small app the other day (in m-r) & had trouble with > one of my models showing up in the admin interface. After much scratching > of my head, I found the I had written - > supplier = models.ManytoManyField(Supplier) > >

Possible bug in MR

2006-04-22 Thread Chris Moffitt
I was playing with a small app the other day (in m-r) & had trouble with one of my models showing up in the admin interface. After much scratching of my head, I found the I had written - supplier = models.ManytoManyField(Supplier) The uncapitalized "to" caused it not to work but there were no