fix: minor spelling issues
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2602>
This commit is contained in:
parent
8485e4b162
commit
ab73f355c0
3 changed files with 4 additions and 4 deletions
|
|
@ -24,7 +24,7 @@ class TagFilter(filters.FilterSet):
|
|||
|
||||
def get_by_similar_tags(qs, tags):
|
||||
"""
|
||||
Return a queryset of obects with at least one matching tag.
|
||||
Return a queryset of objects with at least one matching tag.
|
||||
Annotate the queryset so you can order later by number of matches.
|
||||
"""
|
||||
qs = qs.filter(tagged_items__tag__name__in=tags).annotate(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue