Skip to content

Support typechecking through_defaults for ManyToManyField #69

@danlamanna

Description

@danlamanna

From the relevant django documentation section:

beatles.members.add(john, through_defaults={"date_joined": date(1960, 8, 1)})

It would be nice if django-autotyping could verify that date_joined belongs on the Membership model and that the value is the correct type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions