Skip to content
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

Fix Signal._live_receivers typing #2475

Merged
merged 2 commits into from
Jan 9, 2025
Merged

Conversation

mdalp
Copy link
Contributor

@mdalp mdalp commented Jan 9, 2025

_live_receivers returns a tuple of two lists of callables since support for async has been added.

I have made things!

Related issues

No issue was open, I bumped into it while developing.

`_live_receivers` returns a tuple of two lists of callables since [support for async](django/django@e83a885#diff-65f7ef82645dcdb6a7898f2126781336c222437f65d3666c9d65b89edf725a6bR456) has been added.
Copy link
Member

@sobolevn sobolevn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

django-stubs/dispatch/dispatcher.pyi Outdated Show resolved Hide resolved
@sobolevn sobolevn merged commit 93a6ef7 into typeddjango:master Jan 9, 2025
40 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