jazzband/django-taggit

Move verbose_name and verbose_name_plural from TaggedItem to ItemBase

オープン

#158 opened on 2013/09/09

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Python (629 件のフォーク)user submission
enhancementgood first issue

Repository metrics

Stars
 (3,444 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド