From 150cc7cfa71a22baacc345520f64b708eb914e2e Mon Sep 17 00:00:00 2001 From: Rizwan Shaikh Date: Mon, 31 Jul 2023 23:38:33 +0530 Subject: [PATCH] updated note --- 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 07c2c68be..2852c0ec1 100644 --- a/docs/api-guide/fields.md +++ b/docs/api-guide/fields.md @@ -68,7 +68,7 @@ When serializing the instance, default will be used if the object attribute or d Note that setting a `default` value implies that the field is not required. Including both the `default` and `required` keyword arguments is invalid and will raise an error. -Notes Regarding default value propagation from model to serializer: +Notes regarding default value propagation from model to serializer: all the default values of model will be pass as default to serializer and to the options method.