Add a bit more to another docstring
This commit is contained in:
parent
74418a558b
commit
9ac2769be3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue