2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 12:06:44 +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
commit 3b03d45f1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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