django-advanced-filters icon indicating copy to clipboard operation
django-advanced-filters copied to clipboard

Use True value for isnull field

Open PeterTillema opened this issue 5 years ago • 3 comments

Fix #119

PeterTillema avatar May 27 '20 13:05 PeterTillema

Coverage Status

Coverage decreased (-95.9%) to 0.0% when pulling a76f308efbbb2a7836b81dec2c6341f7150dfc94 on PeterTillema:patch-1 into 90a8ed57571b8124fb7139969eecc1138922e8a3 on modlinltd:develop.

coveralls avatar May 27 '20 13:05 coveralls

Could we add a failing test case that this change fixes?

asfaltboy avatar Aug 07 '20 10:08 asfaltboy

@PeterTillema your fix is not enough but thank you for pointing me. I created PR which solves the issue correctly: #156

eriktelepovsky avatar Dec 20 '21 15:12 eriktelepovsky