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.
2 parents a218d78 + e46fdfc commit a877c84Copy full SHA for a877c84
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