add: core.utils.get_context_field is added which can be used with drf serializer contexts, documentation is added
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user