jazzband/django-taggit

Move verbose_name and verbose_name_plural from TaggedItem to ItemBase

Open

#158 创建于 2013年9月9日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Python (3,433 star) (624 fork)user submission
enhancementgood first issue

描述

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.

贡献者指南

Move verbose_name and verbose_name_plural from TaggedItem to ItemBase · jazzband/django-taggit#158 | Good First Issue