Commit fc4614a8 by Tom Christie

Whitespace

parent d4063eb0
...@@ -258,7 +258,7 @@ class ManyRelatedMixin(object): ...@@ -258,7 +258,7 @@ class ManyRelatedMixin(object):
def field_from_native(self, data, field_name, into): def field_from_native(self, data, field_name, into):
if self.readonly: if self.readonly:
return return
try: try:
# Form data # Form data
value = data.getlist(self.source or field_name) value = data.getlist(self.source or field_name)
......
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