2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 02:55:41 +00:00

Merge pull request #1355 from SchrodingersGat/search-fields

Allow searching part by revision field
This commit is contained in:
Oliver
2021-02-24 13:04:06 +11:00
committed by GitHub

View File

@ -668,6 +668,7 @@ class PartList(generics.ListCreateAPIView):
'name',
'description',
'IPN',
'revision',
'keywords',
]