add: core.utils.get_context_field is added which can be used with drf serializer contexts, documentation is added

This commit is contained in:
2025-08-06 10:11:23 +05:00
parent 59d1fe4a9a
commit 11834f3072
4 changed files with 91 additions and 24 deletions

View File

@@ -17,7 +17,7 @@ from rest_framework.generics import get_object_or_404 # type: ignore
from core.apps.contracts.models import (
ContractOwnerModel,
ContractAttachedFileModel
ContractAttachedFileModel,
)
from core.apps.contracts.serializers import (
CreateContractOwnerSerializer,