Add a bit more to another docstring

This commit is contained in:
TehomCD 2020-03-14 01:09:04 -04:00
parent 74418a558b
commit 9ac2769be3

View file

@ -65,7 +65,7 @@ class BaseTypeclassFilterSet(FilterSet):
@staticmethod @staticmethod
def filter_name(queryset, name, value): def filter_name(queryset, name, value):
""" """
Filters a queryset by aliases or the key of the typeclass
Args: Args:
queryset: The queryset being filtered queryset: The queryset being filtered
name: The name of the field name: The name of the field