Refs #31327 -- Removed providing_args argument for Signal per deprecation timeline.

This commit is contained in:
Mariusz Felisiak 2021-01-13 11:08:32 +01:00
parent 4bb30fe5d5
commit 1adcf20385
3 changed files with 3 additions and 33 deletions

View file

@ -299,3 +299,5 @@ to remove usage of these features.
* The ``get_request`` argument for
``django.utils.deprecation.MiddlewareMixin.__init__()`` is required and
doesn't accept ``None``.
* The ``providing_args`` argument for ``django.dispatch.Signal`` is removed.