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
Found myself in a situation where I need to return an empty queryset. While there are qworkarounds for Queryset.none(), would be great to have a direct support for qs and pairs
The text was updated successfully, but these errors were encountered:
Found myself in a situation where I need to return an empty queryset. While there are qworkarounds for
Queryset.none()
, would be great to have a direct support forqs
andpairs
The text was updated successfully, but these errors were encountered: