inventree / inventree-python

Python library for communication with inventree via API
https://docs.inventree.org/en/latest/api/python/python/
MIT License
26 stars 34 forks source link

Add support for BulkDeleteMixin #129

Closed SchrodingersGat closed 2 years ago

SchrodingersGat commented 2 years ago

https://github.com/inventree/InvenTree/blob/703731ec4d60f39864379ff89c0c90e23d9cb837/InvenTree/InvenTree/api.py#L59

Some models support bulk deletion, which provides two main advantages:

We should add a mixin class for the python bindings: