2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-03 01:51:08 +00:00

Improvements for get_bulk_queryset (#11581)

* Improvements for get_bulk_queryset

- Limit scope to base view queryset
- Remove ability to provide arbitrary filters
- Remove feedback if zero items are found

* Adjust unit test

* Remove filter test

* Update CHANGELOG.md
This commit is contained in:
Oliver
2026-03-21 17:17:35 +11:00
committed by GitHub
parent c5bf915d10
commit 5adf33d354
5 changed files with 20 additions and 45 deletions

View File

@@ -26,6 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
- [#11581](https://github.com/inventree/InvenTree/pull/11581) removes the ability to specify arbitrary filters when performing bulk operations via the API. This functionality represented a significant security risk, and was not required for any existing use cases. Bulk operations now only work with a provided list of primary keys.
## 1.2.0 - 2026-02-12
### Breaking Changes