fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Python 3
[wolnelektury.git]
/
src
/
push
/
models.py
diff --git
a/src/push/models.py
b/src/push/models.py
index
79e5551
..
bb84b99
100644
(file)
--- a/
src/push/models.py
+++ b/
src/push/models.py
@@
-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)