mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #31327 -- Deprecated providing_args argument for Signal.
This commit is contained in:
committed by
Carlton Gibson
parent
5ca76baa72
commit
769cee5252
@@ -1,3 +1,3 @@
|
||||
from django.dispatch import Signal
|
||||
|
||||
connection_created = Signal(providing_args=["connection"])
|
||||
connection_created = Signal()
|
||||
|
||||
Reference in New Issue
Block a user