]> git.parisson.com Git - telecaster-client.git/commitdiff
fix desc
authoryomguy <yomguy@parisson.com>
Wed, 11 Jul 2012 22:14:50 +0000 (00:14 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 11 Jul 2012 22:14:50 +0000 (00:14 +0200)
telecaster/models.py

index d3253af5f484944d6e1fd7f0c4cb0c3c6454d6b8..08a1f940660ce71d6a630d4e519b8cf215224fda 100644 (file)
@@ -80,7 +80,7 @@ class Station(Model):
         db_table = app_label + '_' + 'station'
 
     def __unicode__(self):
-        return ' - '.join(self.description) + ' - ' + str(self.datetime_start) + ' > ' + str(self.datetime_stop)
+        return self.description
 
     def to_dict(self):
         return self.conference.to_dict()