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.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Remove providing_args= from Signals.
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.
ad61efd833f40174870d0ab554ecb4b505f7f621 Christian Hammond
django_evolution/signals.py
Loading...