aboutsummaryrefslogtreecommitdiffstats
path: root/servo/models/note.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2021-05-18 18:44:15 +0300
committerFilipp Lepalaan <filipp@mac.com>2021-05-18 18:44:15 +0300
commitf3e4c5f7f949ea07e876c51cd085b7d734177740 (patch)
tree16e5fa2403b8cb51d2d90426dde98dce6dcc4f4d /servo/models/note.py
parentd2ca08edbef7e08afbeb18a1dd8e6cabe1f16a3f (diff)
downloadServo-f3e4c5f7f949ea07e876c51cd085b7d734177740.tar.gz
Servo-f3e4c5f7f949ea07e876c51cd085b7d734177740.tar.bz2
Servo-f3e4c5f7f949ea07e876c51cd085b7d734177740.zip
Small fixes
Diffstat (limited to 'servo/models/note.py')
-rw-r--r--servo/models/note.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/models/note.py b/servo/models/note.py
index 77865cd..da71bd6 100644
--- a/servo/models/note.py
+++ b/servo/models/note.py
@@ -561,7 +561,7 @@ class Note(MPTTModel):
else:
return "/notes/saved/%d/view/" % self.pk
- def __unicode__(self):
+ def __str__(self):
return str(self.pk)
class Meta: