mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-20 13:56:30 +00:00
Index page rendering is now a lot faster
- Hide some elements which are currently very expensive to compute -
This commit is contained in:
@ -301,7 +301,9 @@ class PartList(generics.ListCreateAPIView):
|
||||
return Response(data)
|
||||
|
||||
def get_queryset(self):
|
||||
|
||||
"""
|
||||
Implement custom filtering for the Part list API
|
||||
"""
|
||||
|
||||
# Start with all objects
|
||||
parts_list = Part.objects.all()
|
||||
|
Reference in New Issue
Block a user