Python 3
[wolnelektury.git] / src / push / models.py
index 79e5551..bb84b99 100644 (file)
@@ -16,5 +16,5 @@ class Notification(models.Model):
     class Meta:
         ordering = ['-timestamp']
 
-    def __unicode__(self):
+    def __str__(self):
         return '%s: %s' % (self.timestamp, self.title)