fix until contracts step

This commit is contained in:
aminhashemi92 2025-09-08 13:24:05 +03:30
parent 246a2c0759
commit af40e169ae
9 changed files with 180 additions and 128 deletions

View file

@ -91,6 +91,7 @@ class Quote(NameSlugModel):
verbose_name="ایجاد کننده",
related_name='created_quotes'
)
history = HistoricalRecords()
class Meta: