Add missing word in 'Field.allow_null' docs

This commit is contained in:
Ryan P Kilby 2017-12-22 11:52:51 -05:00
parent 832267e945
commit 5fc35eb7eb

View File

@ -45,7 +45,7 @@ Defaults to `True`.
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 imply a default for input deserialization.
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.
Defaults to `False`