Commit c3f8c8ff by Tom Christie

Merge pull request #1329 from estebistec/fix-serializer-from-native-sig

FIX BaseSerializer.from_native has an altered signature
parents 4caa9416 e020c51b
......@@ -331,7 +331,7 @@ class BaseSerializer(WritableField):
return ret
def from_native(self, data, files):
def from_native(self, data, files=None):
"""
Deserialize primitives -> objects.
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment