Re: One-sided ManyToMany options

2005-12-29 Thread Adrian Holovaty
On 12/27/05, sarahwithanx <[EMAIL PROTECTED]> wrote: > Why does the get__count() option only show on one side of the > ManyToMany relationship? > > I am using 'limit_choices_to', which also appears to be one-sided, and > I cannot easily get an object count from the table including the > relationsh

One-sided ManyToMany options

2005-12-27 Thread sarahwithanx
Why does the get__count() option only show on one side of the ManyToMany relationship? I am using 'limit_choices_to', which also appears to be one-sided, and I cannot easily get an object count from the table including the relationship. Wouldn't it make more sense to make ManyToMany the same on