2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-23 11:55:54 +00:00

Added supplier API

This commit is contained in:
Oliver Walters
2017-04-14 14:45:17 +10:00
parent f80918554d
commit e8ec11e3cc
4 changed files with 138 additions and 21 deletions

View File

@@ -61,10 +61,7 @@ class PartFilter(django_filters.rest_framework.FilterSet):
class PartList(generics.ListCreateAPIView):
""" Display a list of parts, with optional filters
Filters are specified in the url, e.g.
/part/?category=127
/part/?min_stock=100
""" List of parts, with optional filters
"""
def get_queryset(self):