From 07fbaa9dd9b89965682158fe49db08b3852a3923 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 29 Apr 2019 00:01:57 +1000 Subject: [PATCH] Test fix - Part list API handles 'category' filtering a bit differently - Probably need to address this --- InvenTree/part/api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/InvenTree/part/api.py b/InvenTree/part/api.py index 774c3e18f7..27a5b24894 100644 --- a/InvenTree/part/api.py +++ b/InvenTree/part/api.py @@ -130,7 +130,6 @@ class PartList(generics.ListCreateAPIView): ] filter_fields = [ - 'category', 'buildable', 'consumable', 'trackable',