Update docs/api-guide/fields.md

This commit is contained in:
Asif Saif Uddin 2023-08-02 11:28:09 +06:00 committed by GitHub
parent 150cc7cfa7
commit 9a2bae6894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@ all the default values of model will be pass as default to serializer and to the
if the default is callable then it is 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 serializer also avaliable in serializer's methods.Specified validation on given field will be evaluted on default value as that field will be present in serializer.
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.
### `allow_null`