2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Make PartCategories to be filterable by name and description (#3854)

* Make PartCategories to be filterable by name and description

* Bump API version
This commit is contained in:
Miklós Márton
2022-10-26 00:46:28 +02:00
committed by GitHub
parent 13cfadaf29
commit f3dee187bc
2 changed files with 6 additions and 1 deletions

View File

@ -153,6 +153,8 @@ class CategoryList(ListCreateAPI):
]
filterset_fields = [
'name',
'description'
]
ordering_fields = [