change str model resourcedata
This commit is contained in:
parent
b782269b12
commit
e2dd8a90ae
|
@ -198,8 +198,10 @@ class ResourceData(models.Model):
|
||||||
('content_type', 'object_id'),
|
('content_type', 'object_id'),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# def __str__(self):
|
||||||
|
# return "%s: %s" % (self.resource, self.content_object)
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return "%s: %s" % (self.resource, self.content_object)
|
return "%s" % (self.content_object)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def unit(self):
|
def unit(self):
|
||||||
|
|
Loading…
Reference in a new issue