feat: change EvaluationrequestModel fields from CharField to ForeignKey, such as value_determined, rate_goal, property_rights, form_ownership, and change the BaseEvaluationrequestSerializer fields

This commit is contained in:
xoliqberdiyev
2026-04-02 17:49:03 +05:00
parent 09862985e1
commit d5a132c75b
4 changed files with 98 additions and 14 deletions

View File

@@ -24,7 +24,7 @@ class EvaluationrequestAdmin(ModelAdmin):
"tex_passport",
"user__phone",
)
readonly_fields = ("user", "created_at", "updated_at")
readonly_fields = ("created_at", "updated_at")
fieldsets = (
("Asosiy", {
"fields": (