From 829570fd6efcb0313754a2f5594959f793ae6d68 Mon Sep 17 00:00:00 2001 From: Mojtaba-z Date: Tue, 18 Nov 2025 12:15:45 +0330 Subject: [PATCH] test deployment --- apps/product/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/product/models.py b/apps/product/models.py index f168e2c..eb417e4 100644 --- a/apps/product/models.py +++ b/apps/product/models.py @@ -416,7 +416,7 @@ class Quota(BaseModel): return f"Quota ({self.id}) for {self.product.name}" def generate_quota_id(self): # noqa - """ generate id for quota from 1001 """ + """ generate id for quota from 1001 """ with transaction.atomic(): last = Quota.objects.filter(