You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't seem to find documentation on filtering fields by null value. By logic, Django's isnull=True should work, but it doesn't work for me: /api/houses/?ownerid__isnull=True doesn't filter houses with no owner