Skip to content

Commit 9291b8c

Browse files
x4nd3rgithub-actions[bot]
authored andcommitted
auto cleanup sources
1 parent c39e001 commit 9291b8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

django/geno/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ def get_search_results(self, request, queryset, search_term):
432432
# Add an integer search "ranking" according to the field that the
433433
# search term matches on.
434434
queryset = queryset.annotate(
435-
_search_rank = Case(
435+
_search_rank=Case(
436436
When(
437437
Q(name__icontains=search_term)
438438
| Q(first_name__icontains=search_term)

0 commit comments

Comments
 (0)