carltongibson / django-filter

A generic system for filtering Django QuerySets based on user selections
https://django-filter.readthedocs.io/en/main/
Other
4.46k stars 769 forks source link

allow falsy values to be used as initial values #1535

Closed noamcohen97 closed 11 months ago

noamcohen97 commented 2 years ago

This will allow initial to be False, "" or other values Python is evaluating as False.

carltongibson commented 11 months ago

Duplicate of #1611