chore(backend): improvements in admin panel

This commit is contained in:
ITQ
2025-04-08 00:22:35 +03:00
parent 9f16caf0d4
commit ad0e795250
6 changed files with 28 additions and 11 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ class Review(BaseModel):
)
evaluation = models.JSONField(
default=list, null=True, blank=True, verbose_name="выполнение"
default=list, null=True, blank=True, verbose_name="оценка"
)
state = models.CharField(
choices=ReviewStatusChoices.choices,