Commit cc3c16ea by Bruno Renié

Fix a docstring to reflect what the method does

parent d6870074
...@@ -912,7 +912,7 @@ class ModelSerializer(Serializer): ...@@ -912,7 +912,7 @@ class ModelSerializer(Serializer):
def save_object(self, obj, **kwargs): def save_object(self, obj, **kwargs):
""" """
Save the deserialized object and return it. Save the deserialized object.
""" """
if getattr(obj, '_nested_forward_relations', None): if getattr(obj, '_nested_forward_relations', None):
# Nested relationships need to be saved before we can save the # Nested relationships need to be saved before we can save the
......
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