Skip to content

Commit

Permalink
updated characterclass v2 view to allow filter on subclass_of field
Browse files Browse the repository at this point in the history
  • Loading branch information
calumbell committed Sep 8, 2024
1 parent 5881e05 commit 9426acd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api_v2/views/characterclass.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class Meta:
'name': ['iexact', 'exact','contains'],
'document__key': ['in','iexact','exact'],
'document__ruleset__key': ['in','iexact','exact'],
'subclass_of': ['exact']
}


Expand Down

0 comments on commit 9426acd

Please sign in to comment.