From c9dfe68af8cbbfb08d91f687bc759ccc58abc19c Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Sat, 5 Aug 2023 10:48:05 +0600 Subject: [PATCH] Update docs/api-guide/fields.md --- docs/api-guide/fields.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/fields.md b/docs/api-guide/fields.md index efc07df47..89130a876 100644 --- a/docs/api-guide/fields.md +++ b/docs/api-guide/fields.md @@ -72,7 +72,7 @@ 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 is propagated in serializer which is evaluated at each time but +If the default is callable then it will be propagated in serializer which is evaluated at each time but 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.