From ce0da4b827ff06238f2e5ace73bf1246024fd868 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 23 Feb 2020 09:44:55 +0100 Subject: [PATCH] + bracket --- nicohack202002/uncloud/uncloud_api/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nicohack202002/uncloud/uncloud_api/models.py b/nicohack202002/uncloud/uncloud_api/models.py index fafefe6..e4292dc 100644 --- a/nicohack202002/uncloud/uncloud_api/models.py +++ b/nicohack202002/uncloud/uncloud_api/models.py @@ -43,6 +43,7 @@ class Product(models.Model): ('created_active', 'Created'), ('deleted', 'Deleted') ) + ) def __str__(self): return "{}".format(self.name)