mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-23 15:54:16 +03:00
Whitespace
This commit is contained in:
parent
24581faceb
commit
6611514134
|
@ -384,6 +384,7 @@ class ManyRelatedMixin(object):
|
|||
else:
|
||||
if value == ['']:
|
||||
value = []
|
||||
|
||||
into[field_name] = [self.from_native(item) for item in value]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user