Ignore input type file
This commit is contained in:
parent
e0d86209ff
commit
c85b683146
@ -92,6 +92,11 @@ class Serializer {
|
|||||||
} else {
|
} else {
|
||||||
field = new SerializerField(f);
|
field = new SerializerField(f);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(field.type == "file"){
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
field.name = fieldName;
|
field.name = fieldName;
|
||||||
field.parent = this;
|
field.parent = this;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user