Skip to content

Commit

Permalink
Add atype as filter to ops-learning output
Browse files Browse the repository at this point in the history
  • Loading branch information
szabozoltan69 committed Apr 3, 2024
1 parent 1deaa5f commit 79b35df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions per/drf_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,7 @@ class Meta:
'appeal_code__num_beneficiaries': ('exact', 'gt', 'gte', 'lt', 'lte'),
'appeal_code__start_date': ('exact', 'gt', 'gte', 'lt', 'lte'),
'appeal_code__dtype': ('exact', 'in'),
'appeal_code__atype': ('exact', 'in'),
'appeal_code__country': ('exact', 'in'),
'appeal_code__country__name': ('exact', 'in'),
'appeal_code__country__iso': ('exact', 'in'),
Expand Down

0 comments on commit 79b35df

Please sign in to comment.