Commit 66115141 by Tom Christie

Whitespace

parent 24581fac
......@@ -384,6 +384,7 @@ class ManyRelatedMixin(object):
else:
if value == ['']:
value = []
into[field_name] = [self.from_native(item) for item in value]
......
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