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? > > Well, it works fine for me when I use

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

2008-11-05 Thread James Bennett
On Wed, Nov 5, 2008 at 11:31 PM, ammo <[EMAIL PROTECTED]> wrote: > Does this thing work for anyone else? Well, it works fine for me when I use "verbose_name_plural", which is the correct value and what's listed in the documentation (not "verbose_plural_name" as you've typed here). --

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' model and I have set its 'verbose_plural_name'

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

2008-11-05 Thread Ronny Haryanto
On Wed, Nov 5, 2008 at 6:30 PM, ammo <[EMAIL PROTECTED]> wrote: > 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). Not sure if this has any relation to your problem, but

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