2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +00:00
This commit is contained in:
Oliver Walters 2019-06-18 01:32:29 +10:00
parent 79cd05423c
commit ea0da4c8f8
2 changed files with 1 additions and 4 deletions

View File

@ -135,7 +135,6 @@ class PartList(generics.ListCreateAPIView):
# TODO - Annotate total being built
# TODO - Annotate total on order
# TODO - Annotate
# Reduce the number of lookups we need to do for the part categories
categories = {}
@ -155,10 +154,8 @@ class PartList(generics.ListCreateAPIView):
else:
item['category__name'] = None
return Response(data)
def get_queryset(self):
# Does the user wish to filter by category?