django-rest-framework-bulk
django-rest-framework-bulk copied to clipboard
fixed BulkSerializerMixin.to_internal_value
Pass the incoming value of the id field trough the field's to_internal_value method, instead of using the raw incoming value.
This would be really nice to have.