You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api-guide/fields.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Note that setting a `default` value implies that the field is not required. Incl
57
57
58
58
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.
59
59
60
-
Note thatsetting 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.
0 commit comments