[scrobbles] Rename tag fields
This commit is contained in:
@ -59,8 +59,8 @@ class ScrobblableMixin(TimeStampedModel):
|
||||
title = models.CharField(max_length=255, **BNULL)
|
||||
base_run_time_seconds = models.IntegerField(**BNULL)
|
||||
|
||||
genre = TaggableManager(through=ObjectWithGenres, blank=True)
|
||||
tags = TaggableManager(blank=True)
|
||||
genre = TaggableManager(through=ObjectWithGenres, blank=True, verbose_name="Genre")
|
||||
tags = TaggableManager(blank=True, verbose_name="Tags")
|
||||
|
||||
class Meta:
|
||||
abstract = True
|
||||
|
||||
Reference in New Issue
Block a user