add __unicode__

This commit is contained in:
j 2011-01-21 17:35:43 +05:30
commit 3447bd40e2
2 changed files with 10 additions and 0 deletions

View file

@ -292,6 +292,7 @@ class Item(models.Model):
if local_posters:
posters['local'] = []
for p in local_posters:
#FIXME: media_url is no longer public
url = p.replace(settings.MEDIA_ROOT, settings.MEDIA_URL)
width = 640
height = 1024