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

Add support for Django 5.0 #1842

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tim-schilling
Copy link

This allows the test suite to pass. However this can't be merged as is. The command list_signals should probably be updated to include the is_async descriptor in its output somewhere. You can see how the Signal.receivers list of tuples was modified to include is_async here: https://github.com/django/django/blob/stable/5.0.x/django/dispatch/dispatcher.py#L116

If you want to make the change for list_signals on your own, I won't be offended. If you'd like me to make the change, I will try to make more time for it in the future.

Co-authored-by: Nish8192 <nish8192@gmail.com>
Co-authored-by: ontowhee <82607723+ontowhee@users.noreply.github.com>
Co-authored-by: joshuadavidthomas <josh@joshthomas.dev>
@tim-schilling tim-schilling marked this pull request as draft October 20, 2023 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant