django-rest-framework-bulk
django-rest-framework-bulk copied to clipboard
add field type conversion as Django does
Django convert's field types automatically as much as possible. e.g. '111' to 111 when the field is integer this PR would enable bulk updates to use that mechanism