]> git.parisson.com Git - teleforma.git/commitdiff
fix date
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 26 Dec 2013 15:20:48 +0000 (16:20 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 26 Dec 2013 15:20:48 +0000 (16:20 +0100)
teleforma/models/core.py

index cd91ee42ef2dd74aaae0106c03319784385fbf24..5d60db67be064e56e34019579aa9f82619d3612b 100755 (executable)
@@ -465,7 +465,7 @@ class Media(MediaBase):
         if self.rank:
             strings.append(str(self.rank))
 
-        strings.append(self.date_added)
+        strings.append(str(self.date_added))
         strings.append(self.mime_type)
         return ' - '.join(strings)