- Part list API handles 'category' filtering a bit differently
- Probably need to address this
This commit is contained in:
Oliver Walters 2019-04-29 00:01:57 +10:00
parent 6612e91aec
commit 07fbaa9dd9

View File

@ -130,7 +130,6 @@ class PartList(generics.ListCreateAPIView):
]
filter_fields = [
'category',
'buildable',
'consumable',
'trackable',