We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c5b92 commit eafc295Copy full SHA for eafc295
1 file changed
apps/baseline/viewsets.py
@@ -883,13 +883,6 @@ class LivelihoodStrategyViewSet(BaseModelViewSet):
883
LIVELIHOOD_ACTIVITY_ORDER_BY = [
884
"livelihood_zone_baseline__livelihood_zone__code",
885
"livelihood_zone_baseline__reference_year_end_date",
886
- "wealth_group__wealth_group_category__code",
887
- "strategy_type",
888
- "livelihood_strategy__season__name_en",
889
- "livelihood_strategy__product_id",
890
- "livelihood_strategy__additional_identifier",
891
- "wealth_group__community__full_name",
892
- "scenario",
893
]
894
895
0 commit comments