diff --git a/openslides/motion/models.py b/openslides/motion/models.py index cf39e3410..adcfcabec 100644 --- a/openslides/motion/models.py +++ b/openslides/motion/models.py @@ -527,7 +527,6 @@ class MotionSupporter(models.Model): person = PersonField() """The person, who is the supporter.""" - def __unicode__(self): """Return the name of the supporter as string.""" return unicode(self.person)