mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-04-08 05:41:00 +00:00
Remove unused __unicode__ method (dead code).
This commit is contained in:
parent
954624cb22
commit
679aed41a2
1 changed files with 0 additions and 3 deletions
|
|
@ -38,9 +38,6 @@ class InheritanceManagerTestParent(models.Model):
|
|||
on_delete=models.CASCADE)
|
||||
objects = InheritanceManager()
|
||||
|
||||
def __unicode__(self):
|
||||
return unicode(self.pk)
|
||||
|
||||
def __str__(self):
|
||||
return "%s(%s)" % (
|
||||
self.__class__.__name__[len('InheritanceManagerTest'):],
|
||||
|
|
|
|||
Loading…
Reference in a new issue