I try to modify the label just like the way I change the label in modelform. here are the codes: # -*- coding: utf-8 -*- from django.utils.translation import ugettext_lazy as _ import django_filters ...