django admin - list filter - issues with model fields having name ending in 'y'

2008-11-05 Thread ammo
I have a 'Country' model and I have set its 'verbose_plural_name' to 'Countries'. This displays fine in the site administration page (earlier it showed Countrys there). There is another model 'Movie' which has a ManyToManyField 'countries'. I am unable to use this field in 'list_filter' for the m

Re: django admin - list filter - issues with model fields having name ending in 'y'

2008-11-05 Thread ammo
Hmm, it sure doesn't help .. i am still stuck here :( Does this thing work for anyone else? - @ On Nov 5, 7:02 pm, "Ronny Haryanto" <[EMAIL PROTECTED]> wrote: > On Wed, Nov 5, 2008 at 6:30 PM, ammo <[EMAIL PROTECTED]> wrote: > > I have a 'Country'

Re: django admin - list filter - issues with model fields having name ending in 'y'

2008-11-05 Thread ammo
It was typo here, 'verbose_plural_name' value in lowercase works. Thanks :) - @ On Nov 6, 10:40 am, "James Bennett" <[EMAIL PROTECTED]> wrote: > On Wed, Nov 5, 2008 at 11:31 PM, ammo <[EMAIL PROTECTED]> wrote: > > Does this thing work for anyone else?