diff --git a/mayan/apps/documents/models.py b/mayan/apps/documents/models.py index ca77403bd4..b57de1a8a1 100644 --- a/mayan/apps/documents/models.py +++ b/mayan/apps/documents/models.py @@ -301,9 +301,6 @@ class DocumentVersion(models.Model): verbose_name = _(u'Document version') verbose_name_plural = _(u'Document version') - def __unicode__(self): - return self.get_formated_version() - def save(self, *args, **kwargs): """ Overloaded save method that updates the document version's checksum,