[scrobbles] Rename tag fields
This commit is contained in:
@ -450,7 +450,7 @@ class Scrobble(TimeStampedModel):
|
||||
decoder=logdata.ScrobbleLogDataDecoder,
|
||||
)
|
||||
timezone = models.CharField(max_length=50, **BNULL)
|
||||
tags = TaggableManager(blank=True)
|
||||
tags = TaggableManager(blank=True, verbose_name="Tags")
|
||||
|
||||
# Fields for keeping track of video game data
|
||||
videogame_save_data = models.FileField(
|
||||
|
||||
Reference in New Issue
Block a user