Fixed typo in modells

This commit is contained in:
Sebastian 2017-05-16 10:54:22 +02:00
parent e8e17aff16
commit 56d794725a
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class Rom(models.Model):
json = {
'id' : self.pk,
'name' : self.name,
'user' : self.user.name,
'user' : self.user.username,
'description' : self.description,
'tags' : self.tag_list(),
'low_binary' : self.low_binary.url,