chibisov / drf-extensions

DRF-extensions is a collection of custom extensions for Django REST Framework
http://chibisov.github.io/drf-extensions/docs
MIT License
1.47k stars 208 forks source link

Bulk update always updates all records regardless of query string #287

Open DawsonLey opened 4 years ago

DawsonLey commented 4 years ago

No matter the query string passed, bulk update is always affecting all records. Followed the docs exactly, not sure what I'm missing