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
Although the argument is named queryset, it could be any iterable. In fact, django.contrib.admin passes in a list instead of a queryset (source). Currently, django-stubs says that it must be QuerySet[Model] (source).