TODO: fix create contract related endpoints

This commit is contained in:
2025-08-05 16:54:21 +05:00
parent 5630429974
commit 8de652c57b
6 changed files with 76 additions and 23 deletions

View File

@@ -36,7 +36,7 @@ class CompanyFolderModel(UUIDPrimaryKeyBaseModel):
contracts = models.ManyToManyField( # type: ignore
ContractModel,
verbose_name=_("Contracts"),
related_name="folders",
related_name="folders",
null=True,
blank=True
)