Fixed AmiiboPriceHistory __unicode__

This commit is contained in:
Felipe Martín 2015-08-29 17:58:23 +02:00
parent b1a5fccf25
commit 06895d6c05
1 changed files with 2 additions and 2 deletions

View File

@ -251,8 +251,8 @@ class AmiiboPriceHistory(models.Model):
def __unicode__(self):
return u'{} price for {}: {}{} [{}{}] ({})'.format(
self.amiibo.name,
self.shop.name,
self.amiibo_shop.amiibo.name,
self.amiibo_shop.shop.name,
self.price, self.currency,
self.diff, self.currency,
self.date