We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a218d78 commit e46fdfcCopy full SHA for e46fdfc
api_v2/views/spell.py
@@ -61,9 +61,10 @@ def setup_eager_loading(queryset, depth):
61
queryset = queryset.select_related(*selects).prefetch_related(*prefetches)
62
return queryset
63
64
+
65
class SpellSchoolFilterSet(FilterSet):
66
class Meta:
- model = models.CreatureSet
67
+ model = models.SpellSchool
68
fields = {
69
'key': ['in', 'iexact', 'exact' ],
70
'name': ['iexact', 'exact','contains'],
0 commit comments