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-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Defaults to `True`.
45
45
46
46
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.
47
47
48
-
Note that setting this argument to `True` will imply a default value of `null` for serialization output, but does imply a default for input deserialization.
48
+
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.
0 commit comments