jazzband/django-taggit

Move verbose_name and verbose_name_plural from TaggedItem to ItemBase

Open

#158 opened on Sep 9, 2013

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (624 forks)user submission
enhancementgood first issue

Repository metrics

Stars
 (3,433 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I think it makes sense to move the verbose_name and verbose_name_plural attributes (https://github.com/alex/django-taggit/blob/develop/taggit/models.py#L157) to ItemBase from TaggedItem since if anyone just extends GenericTaggedItemBase or TaggedItemBase will have to define those attributes as well.

Contributor guide