Remove providing_args from all Signal instances.

Review Request #12017 — Created Jan. 27, 2022 and submitted

david
Review Board
master
reviewboard

Signal has historically contained a providing_args= argument, which
listed the names of the arguments expected to be sent to the signal.
This was optional and never used for anything beyond the ability to
introspect a signal (which probably nobody does), and isn't supported on
modern versions of Django.

This change removes providing_args= from all signals.

Ran unit tests.

Summary
Remove providing_args from all Signal instances.
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to django-3.2 (9521a34)
Loading...