FILTERS_EMPTY_CHOICE_LABEL in Djangi Filters

FILTERS_EMPTY_CHOICE_LABEL:-

  • Set the default value for ChoiceFilter.empty_label. You may disable the empty choice by setting this to None.
  • Default value is '---------'

Comments

Popular posts from this blog

Internationalization (Language Setting) in Django

reverse_lazy() Method in Django

CharFilter in Django