From 660aad5b69889a43ceba19f16c6e61621a9f3910 Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Mon, 7 Aug 2023 11:57:35 +0600 Subject: [PATCH] Update docs/api-guide/fields.md --- docs/api-guide/fields.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/api-guide/fields.md b/docs/api-guide/fields.md index 7b6d8c90d..7c2716218 100644 --- a/docs/api-guide/fields.md +++ b/docs/api-guide/fields.md @@ -73,7 +73,6 @@ Notes regarding default value propagation from model to serializer: All the default values from model will pass as default to the serializer and the options method. If the default is callable then it will be propagated to & evaluated every time in the serializer but not in options method. -not in options method. If the value for given field is not given then default value will be present in the serializer and available in serializer's methods. Specified validation on given field will be evaluated on default value as that field will be present in the serializer.