From 053c39200bd058916d1b4a60a524b60a35fc46a5 Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Sat, 5 Aug 2023 10:47:36 +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 56a79483a..efc07df47 100644 --- a/docs/api-guide/fields.md +++ b/docs/api-guide/fields.md @@ -70,7 +70,7 @@ Note that setting a `default` value implies that the field is not required. Incl Notes regarding default value propagation from model to serializer: -all the default values of model will pass as default to the serializer and to the options method. +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 not in options method.