mirror of
https://github.com/inventree/InvenTree.git
synced 2025-10-15 13:42:20 +00:00
* refactor(api): cascade and category filters in PartList * Refactor exclude and relate parts in PartFilter * add output options for Part and BOM endpoints * add NumericInFilter for excluding parts by ID and related parts * refactor: clean up unused code and improve output options in API * Bump API version to 395 and update changelog with recent endpoint refactors * Fix formatting of API version history in api_version.py * Update API version history dates in api_version.py * Enhance NumericInFilter tests: add handling for non-existent IDs, empty strings, and invalid inputs