Add more searchable fields to SupplierPart model

This commit is contained in:
Oliver Walters 2021-02-21 21:06:44 +11:00
parent e53c6e9975
commit 745188082b

View File

@ -184,6 +184,8 @@ class SupplierPartList(generics.ListCreateAPIView):
'manufacturer__name', 'manufacturer__name',
'description', 'description',
'MPN', 'MPN',
'part__name',
'part__description',
] ]