beginner mistake
it is a referenced part so use related_name as prefix
This commit is contained in:
parent
8c3b4badfb
commit
3bff676047
|
|
@ -1075,7 +1075,7 @@ class PartList(generics.ListCreateAPIView):
|
|||
'revision',
|
||||
'keywords',
|
||||
'category__name',
|
||||
'MPN',
|
||||
'manufacturer_parts__MPN',
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue