Added works_at_weekday
This commit is contained in:
parent
f0709fa409
commit
d8e3ad0bb5
|
|
@ -81,7 +81,7 @@ class FiltersTagCategoryViewSet(mixins.ListModelMixin, viewsets.GenericViewSet):
|
||||||
params_type = query_params.get('type')
|
params_type = query_params.get('type')
|
||||||
|
|
||||||
week_days = ("Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday")
|
week_days = ("Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday")
|
||||||
flags = ('toque_number', 'wine_region', 'works_noon', 'works_evening', 'works_now')
|
flags = ('toque_number', 'wine_region', 'works_noon', 'works_evening', 'works_now', 'works_at_weekday')
|
||||||
filter_flags = {flag_name: False for flag_name in flags}
|
filter_flags = {flag_name: False for flag_name in flags}
|
||||||
additional_flags = []
|
additional_flags = []
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user