FILTERS_NULL_CHOICE_VALUE in Django Filters

FILTERS_NULL_CHOICE_VALUE:-

  • Set the default value for ChoiceFilter.null_value. You may want to change this value if the default 'null' string conflicts with an actual choice.
  • Default value is 'null'

Comments

Popular posts from this blog

Internationalization (Language Setting) in Django

reverse_lazy() Method in Django

CharFilter in Django