2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 05:46:34 +00:00

Adds some more API filters for the StockItem endpoint

This commit is contained in:
Oliver
2021-07-08 17:44:52 +10:00
parent 81010994e7
commit f0e7826fdc
2 changed files with 47 additions and 68 deletions

View File

@ -8,7 +8,7 @@ from __future__ import unicode_literals
from django.conf.urls import url, include
from django.urls import reverse
from django.http import JsonResponse
from django.db.models import Q, F, Count, Min, Max, Avg, query
from django.db.models import Q, F, Count, Min, Max, Avg
from django.utils.translation import ugettext_lazy as _
from rest_framework import status