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.
1 parent 46ce3f4 commit 5ec455dCopy full SHA for 5ec455d
1 file changed
projects/filters.py
@@ -53,7 +53,7 @@ def filter_collaborator_count_gte(cls, queryset, name, value):
53
any_vacancies = filters.BooleanFilter(
54
field_name="vacancies", lookup_expr="isnull", exclude=True
55
)
56
- collaborator__count__gt = filters.NumberFilter(
+ collaborator__count__gte = filters.NumberFilter(
57
field_name="collaborator", method="filter_collaborator_count_gte"
58
59
collaborator__count__lte = filters.NumberFilter(
0 commit comments