-
-
Notifications
You must be signed in to change notification settings - Fork 459
New issue
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
Add ManyToManyField.m2m_field_name
and Model._get_pk_val
methods
#2177
Conversation
Thank you @Viicos - updated! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Have a look at stubtest output too.
You can run it in a virtualenv locally with bash ./_local/stubtest.sh
ManyToManyField.m2m_field_name
and Model._get_pk_val
methods
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I pushed fixes the allowlist as well to make CI pass (and move around related allowlist entries).
Thanks for maintaining this library! This PR adds a couple methods I use in my codebase that are part of models.Model and ManyToManyField. Let me know if any questions or concerns?
I have made things!
Related issues
Refs #204