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
movie list page. Other ManyToManyFields like 'languages' work just
fine.

The same thing occurs for another ManyToManyField ending in a 'y'.

Any workarounds?

Regards,
Amar

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to