Skip to content

Commit

Permalink
Adjust allow_null note.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Mar 20, 2018
1 parent 9252a37 commit ee490aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-guide/fields.md
Expand Up @@ -57,7 +57,7 @@ Note that setting a `default` value implies that the field is not required. Incl

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.

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.
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.

Defaults to `False`

Expand Down

0 comments on commit ee490aa

Please sign in to comment.