This isn't really a big issue, just a convention in Django.
The Meta options verbose_name and verbose_name_plural for Tag and
TaggedItem are currently 'Tag', 'Tags', 'Tagged Item', 'Tagged Items'.
They should be (according to convention), lowercase: 'tag', 'tags', 'tagged
item' and 'tagged items'.
Original issue reported on code.google.com by andresjr...@gmail.com on 31 Oct 2007 at 3:23
Original issue reported on code.google.com by
andresjr...@gmail.com
on 31 Oct 2007 at 3:23