2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-01 04:56:45 +00:00

Allow searching part by revision field

This commit is contained in:
Oliver Walters 2021-02-24 11:05:52 +11:00
parent 8cc904fe8a
commit 546a1c91cc

View File

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