Wine colors search
This commit is contained in:
parent
cc5763136b
commit
f19aaf3f4c
|
|
@ -188,6 +188,13 @@ class EstablishmentDocumentViewSet(BaseDocumentViewSet):
|
|||
constants.LOOKUP_QUERY_IN,
|
||||
]
|
||||
},
|
||||
'wine_colors_id': {
|
||||
'field': 'products.wine_colors.id',
|
||||
'lookups': [
|
||||
constants.LOOKUP_QUERY_IN,
|
||||
constants.LOOKUP_QUERY_EXCLUDE,
|
||||
],
|
||||
},
|
||||
'wine_region_id': {
|
||||
'field': 'products.wine_region.id',
|
||||
'lookups': [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user