jazzband/django-taggit

Move verbose_name and verbose_name_plural from TaggedItem to ItemBase

Open

#158 ouverte le 9 sept. 2013

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Python (624 forks)user submission
enhancementgood first issue

Métriques du dépôt

Stars
 (3 433 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur