django-rest-framework-bulk icon indicating copy to clipboard operation
django-rest-framework-bulk copied to clipboard

Adding BulkUpdateMixin will cause duplicate queries

Open Randix6644 opened this issue 2 years ago • 0 comments

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

Randix6644 avatar Sep 20 '22 11:09 Randix6644