fix - live stock model f string bug

This commit is contained in:
2026-01-06 15:27:39 +03:30
parent 87dc1f6eec
commit d1de26e002
2 changed files with 7 additions and 1 deletions

View File

@@ -51,6 +51,12 @@ class Tag(BaseModel):
super(Tag, self).save(*args, **kwargs)
# class TagBatch(BaseModel):
# organization = models.ForeignKey(
#
# )
class TagAssignment(BaseModel):
organization = models.ForeignKey(
auth_models.Organization,