aboutsummaryrefslogtreecommitdiffstats
path: root/servo/models/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'servo/models/common.py')
-rw-r--r--servo/models/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/models/common.py b/servo/models/common.py
index f92485e..7339f4f 100644
--- a/servo/models/common.py
+++ b/servo/models/common.py
@@ -510,7 +510,7 @@ class Location(models.Model):
'emailAddress' : self.email,
}
- def __unicode__(self):
+ def __str__(self):
return self.title
class Meta: