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

Commits on Jul 10, 2022

  1. Update Django Signal creation for Django > 3.1

    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."
    paulortman authored Jul 10, 2022
    Configuration menu
    Copy the full SHA
    226904a View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    764ac39 View commit details
    Browse the repository at this point in the history