From 384ebde6ab6489778d49fd63cf5ab01afef67f47 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 13 Dec 2014 05:04:12 -0400 Subject: [PATCH] Unicode representaion of document version is no longer used --- mayan/apps/documents/models.py | 3 --- 1 file changed, 3 deletions(-) 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,