aboutsummaryrefslogtreecommitdiffstats
path: root/servo/models/parts.py
diff options
context:
space:
mode:
Diffstat (limited to 'servo/models/parts.py')
-rw-r--r--servo/models/parts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/models/parts.py b/servo/models/parts.py
index e1e099d..26fbfcf 100644
--- a/servo/models/parts.py
+++ b/servo/models/parts.py
@@ -413,7 +413,7 @@ class ServicePart(models.Model):
super(ServicePart, self).save(*args, **kwargs)
- def __unicode__(self):
+ def __str__(self):
return u'ServicePart %s' % self.part_number
class Meta: