mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Refs #31327 -- Removed providing_args argument for Signal per deprecation timeline.
This commit is contained in:
parent
4bb30fe5d5
commit
1adcf20385
3 changed files with 3 additions and 33 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue