+ bracket
This commit is contained in:
parent
de06b9ee22
commit
ce0da4b827
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ class Product(models.Model):
|
||||||
('created_active', 'Created'),
|
('created_active', 'Created'),
|
||||||
('deleted', 'Deleted')
|
('deleted', 'Deleted')
|
||||||
)
|
)
|
||||||
|
)
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return "{}".format(self.name)
|
return "{}".format(self.name)
|
||||||
|
|
Loading…
Reference in a new issue