jazzband/django-taggit

Move verbose_name and verbose_name_plural from TaggedItem to ItemBase

開放

#158 建立於 2013年9月9日

 (1 則留言) (0 個反應) (0 位負責人)Python (629 個分叉)user submission
enhancementgood first issue

倉庫指標

星標
 (3,444 顆星)
PR 合併指標
 (30 天內沒有已合併 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.

貢獻者指南