nom de champ django-filtre supérieur à

class ProductFilter(django_filters.FilterSet):
    price__gt = django_filters.NumberFilter()
Frantic Flatworm