We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
through_defaults
ManyToManyField
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.
date_joined
Membership
The text was updated successfully, but these errors were encountered:
Thanks for the feature request, I'll try to see if it's possible to work on it next week.
Sorry, something went wrong.
No branches or pull requests
From the relevant django documentation section:
It would be nice if django-autotyping could verify that
date_joined
belongs on theMembership
model and that the value is the correct type.The text was updated successfully, but these errors were encountered: