Skip to content

Typing too strict for the "LogEntryManager" class' "log_actions" method's "queryset" argument #2709

@ataylor32

Description

@ataylor32

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions