This commit is contained in:
xoliqberdiyev
2026-04-18 16:31:53 +05:00
parent 75365f8e7e
commit 965328edd4
4 changed files with 50 additions and 2 deletions

View File

@@ -80,6 +80,9 @@ class AutoEvaluationView(BaseViewSetMixin, ModelViewSet):
"partial_update": UpdateAutoevaluationSerializer,
}
def serializer_context(self):
return self.serializer_class(context={'request': self.request})
@extend_schema(tags=["AutoEvaluation"])
class AutoEvaluationSetAppraisersView(GenericAPIView):