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
and send to request for filtering;
/?sample_other_filter=83&closed_at__isnull=true
and I saw the queryset is not adding "null check", after when I created to FilterSet manually, it is worked. But it seems, default filter generation is not working properly for DateTimeField.
The text was updated successfully, but these errors were encountered:
Filter with URL /?date__isnull=true is not working.
I created the modelviewset;
and send to request for filtering;
/?sample_other_filter=83&closed_at__isnull=true
and I saw the queryset is not adding "null check", after when I created to FilterSet manually, it is worked. But it seems, default filter generation is not working properly for DateTimeField.
The text was updated successfully, but these errors were encountered: