rpkilby / django-filter

A generic system for filtering Django QuerySets based on user selections
https://django-filter.readthedocs.org
Other
0 stars 1 forks source link

Add NullBooleanWidget/Field/Filter #5

Open rpkilby opened 8 years ago

rpkilby commented 8 years ago

There isn't an API friendly option for NullBooleanFields. The solution in the docs has the same usage as the standard BooleanFilter (accepts True/False but not true/false).

Reference