aboutsummaryrefslogtreecommitdiffstats
path: root/servo/models/note.py
diff options
context:
space:
mode:
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: