Skip to content

Fix HyperlinkedRelatedField.get_object() argument types #597

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

Merged

Conversation

intgr
Copy link
Contributor

@intgr intgr commented Apr 23, 2024

Upstream typehints this method as def get_object(self, view_name, view_args, view_kwargs). It does not unpack *args, **kwargs.

intgr added 2 commits April 24, 2024 10:23
Upstream typehints this method as `def get_object(self, view_name, view_args, view_kwargs)`
@intgr intgr force-pushed the fix-HyperlinkedRelatedField.get_object branch from ab343e3 to 0407cf7 Compare April 24, 2024 07:26
@sobolevn sobolevn merged commit e0ec43f into typeddjango:master Apr 24, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants