* If a FileField or ImageField exists on the view serializer. * And all the other fields are primitive types. * Then we should prefer "multipart" over "json", if it is available in the parser classes. Refs: https://github.com/marcgibbons/django-rest-swagger/issues/573
Refs: marcgibbons/django-rest-swagger#573