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

Update Django Signal creation for Django > 3.1 #44

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

paulortman
Copy link

In Django 3.1 (https://docs.djangoproject.com/en/4.0/releases/3.1/), the Signal class was changed: "The purely documentational providing_args argument for Signal is deprecated. If you rely on this argument as documentation, you can move the text to a code comment or docstring."

In Django 3.1 (https://docs.djangoproject.com/en/4.0/releases/3.1/), the Signal class was changed: "The purely documentational providing_args argument for Signal is deprecated. If you rely on this argument as documentation, you can move the text to a code comment or docstring."
Copy link

@misaelzapata misaelzapata left a comment

Choose a reason for hiding this comment

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

@paulortman 👍 This PR looks great, using locally, thanks.

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.

2 participants