remove unused fields from auto-evalution model

This commit is contained in:
xoliqberdiyev
2026-04-28 16:09:25 +05:00
parent d1340cdd52
commit 4a958f064b
4 changed files with 53 additions and 68 deletions

View File

@@ -62,8 +62,6 @@ class AutoEvaluationView(BaseViewSetMixin, ModelViewSet):
"created_at",
"value_determined",
"rate_type",
"property_rights",
"form_ownership",
]
ordering = ["-created_at"]