Add more searchable fields to SupplierPart model
This commit is contained in:
parent
e53c6e9975
commit
745188082b
|
|
@ -184,6 +184,8 @@ class SupplierPartList(generics.ListCreateAPIView):
|
|||
'manufacturer__name',
|
||||
'description',
|
||||
'MPN',
|
||||
'part__name',
|
||||
'part__description',
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue