Open rpkilby opened 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).
NullBooleanField
True
False
true
false
Reference
There isn't an API friendly option for
NullBooleanField
s. The solution in the docs has the same usage as the standard BooleanFilter (acceptsTrue
/False
but nottrue
/false
).Reference