2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 21:45:39 +00:00

Merge pull request #2420 from SchrodingersGat/assigned-to-me

Assigned to me
This commit is contained in:
Oliver
2021-12-04 23:08:08 +11:00
committed by GitHub
6 changed files with 97 additions and 6 deletions

View File

@ -583,6 +583,8 @@ class PartFilter(rest_filters.FilterSet):
active = rest_filters.BooleanFilter()
virtual = rest_filters.BooleanFilter()
class PartList(generics.ListCreateAPIView):
"""