[scrobbles] Rename tag fields
All checks were successful
build & deploy / test (push) Successful in 2m8s
build & deploy / deploy (push) Successful in 25s

This commit is contained in:
2026-04-30 17:37:21 -04:00
parent f486b1614b
commit acf0c342bf
6 changed files with 9 additions and 9 deletions

View File

@ -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(