• 
      

    Remove providing_args= from Signals.

    Review Request #11876 — Created Dec. 16, 2021 and submitted — Latest diff uploaded

    Information

    Django Evolution
    release-2.x

    Reviewers

    Historically, Django Signal objects took a providing_args argument,
    which never really did anything of consequence. Django 3.1 deprecated
    this, and it's being removed in Django 4.

    This change simply removes these from the signals. We will be relying on
    the provided documentation for each argument instead.

    Unit tests passed on all supported versions of Django.

    Successfully created and evolved databases.

    Commits

    Files