Update docs/api-guide/fields.md

This commit is contained in:
Asif Saif Uddin 2023-08-05 10:47:36 +06:00 committed by GitHub
parent 268b30ae91
commit 053c39200b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: 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 if the default is callable then it is propagated in serializer which is evaluated at each time but
not in options method. not in options method.