modlinltd / django-advanced-filters

Add advanced filtering abilities to Django admin
https://pypi.org/project/django-advanced-filters/
MIT License
769 stars 172 forks source link

fixed isnull, istrue, isfalse lookups/operators #156

Open eriktelepovsky opened 2 years ago

eriktelepovsky commented 2 years ago

Fixed building query for isnull, istrue and isfalse lookups as well as initialising form.

slorg1 commented 2 years ago

@asfaltboy while I understand that tests are important: Can we get this approved? The tool is losing a lot of functionality by not having this issue addressed. Thx!!