remove lookups from subtypes

This commit is contained in:
Kuroshini 2019-12-27 16:51:04 +03:00
parent f31c74dae8
commit ea20d6d4c1

View File

@ -276,9 +276,6 @@ class EstablishmentDocumentViewSet(BaseDocumentViewSet):
},
'subtype': {
'field': 'establishment_subtypes.index_name',
'lookups': [
constants.LOOKUP_QUERY_IN,
],
},
'works_noon': {
'field': 'works_noon',