From: Guillaume Pellerin Date: Thu, 26 Dec 2013 15:20:48 +0000 (+0100) Subject: fix date X-Git-Tag: 2.8.1-pro~386 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2e12077a865a1cadcd794580a63990719d57787f;p=teleforma.git fix date --- diff --git a/teleforma/models/core.py b/teleforma/models/core.py index cd91ee42..5d60db67 100755 --- a/teleforma/models/core.py +++ b/teleforma/models/core.py @@ -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)