Skip to content

Commit ee490aa

Browse files
committed
Adjust allow_null note.
1 parent 9252a37 commit ee490aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/fields.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Note that setting a `default` value implies that the field is not required. Incl
5757

5858
Normally an error will be raised if `None` is passed to a serializer field. Set this keyword argument to `True` if `None` should be considered a valid value.
5959

60-
Note that setting this argument to `True` will imply a default value of `null` for serialization output, but does not imply a default for input deserialization.
60+
Note that, without an explicit `default`, setting this argument to `True` will imply a `default` value of `null` for serialization output, but does not imply a default for input deserialization.
6161

6262
Defaults to `False`
6363

0 commit comments

Comments
 (0)