FILTERS_DEFAULT_LOOKUP_EXPR in Django Filters

FILTERS_DEFAULT_LOOKUP_EXPR:-

  • Set the default lookup expression to be generated, when none is defined.
  • Default value is 'exact'. 

Comments

Popular posts from this blog

Messages Framework in Django

Forms in Django(bound, unbound, clean, is_valid, errors)

Advantages to using URLField() over TextField()