django-rest-framework-bulk
django-rest-framework-bulk copied to clipboard
Adding BulkUpdateMixin will cause duplicate queries
in django debug tool you can see if you use BulkUpdateMixin when you make a get request, the select_related and prefech related are not treated properly