flebel / django-tagging

Automatically exported from code.google.com/p/django-tagging
Other
0 stars 0 forks source link

Verbose names should be in lowercase #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by jonathan.buchanan on 12 Jan 2008 at 1:12

GoogleCodeExporter commented 9 years ago
Fixed in revision 114.

Original comment by jonathan.buchanan on 12 Jan 2008 at 2:21