Fix a docstring to reflect what the method does

This commit is contained in:
Bruno Renié 2013-10-14 16:28:32 +02:00
parent d68700740f
commit cc3c16eaa0

View File

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