Tweak doctsring. Closes #4404 [ci skip]

This commit is contained in:
Tom Christie 2016-08-15 16:21:51 +01:00
parent 075a0bde5a
commit 785b206b81

View File

@ -432,7 +432,7 @@ class Field(object):
is provided for this field.
If a default has not been set for this field then this will simply
return `empty`, indicating that no value should be set in the
raise `SkipField`, indicating that no value should be set in the
validated data for this field.
"""
if self.default is empty or getattr(self.root, 'partial', False):