jazzband/django-taggit

Move verbose_name and verbose_name_plural from TaggedItem to ItemBase

Offen

#158 geöffnet am 09.09.2013

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (629 Forks)user submission
enhancementgood first issue

Repository-Metriken

Stars
 (3.444 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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