test deployment

This commit is contained in:
2025-11-18 12:15:45 +03:30
parent 6c469ab08a
commit 829570fd6e

View File

@@ -416,7 +416,7 @@ class Quota(BaseModel):
return f"Quota ({self.id}) for {self.product.name}" return f"Quota ({self.id}) for {self.product.name}"
def generate_quota_id(self): # noqa def generate_quota_id(self): # noqa
""" generate id for quota from 1001 """ """ generate id for quota from 1001 """
with transaction.atomic(): with transaction.atomic():
last = Quota.objects.filter( last = Quota.objects.filter(