Update docs/api-guide/fields.md

This commit is contained in:
Asif Saif Uddin 2023-08-02 11:28:34 +06:00 committed by GitHub
parent 9a2bae6894
commit 268b30ae91
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:
all the default values of model will be pass as default to serializer and to the options method.
all the default values of model will pass as default to the serializer and to 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.