Remove outdated filter_fields variable
This commit is contained in:
parent
e1e0432963
commit
693e47ab89
|
|
@ -1351,10 +1351,6 @@ class PartList(generics.ListCreateAPIView):
|
|||
filters.OrderingFilter,
|
||||
]
|
||||
|
||||
filter_fields = [
|
||||
'variant_of',
|
||||
]
|
||||
|
||||
ordering_fields = [
|
||||
'name',
|
||||
'creation_date',
|
||||
|
|
|
|||
Loading…
Reference in New Issue