jazzband/django-taggit
Move verbose_name and verbose_name_plural from TaggedItem to ItemBase
Aberta
#158 aberto em 9 de set. de 2013
enhancementgood first issue
Métricas do repositório
- Stars
- (3.444 estrelas)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 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.