mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
* The purely documentational providing_args argument for Signal is deprecated. If you rely on this argument as documentation, you can move the text to a code comment or docstring.
This commit is contained in:
parent
faebda7b34
commit
44170a34fb
1 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
from django.dispatch.dispatcher import Signal
|
||||
|
||||
message_received = Signal(providing_args=['message'])
|
||||
# providing_args=['message']
|
||||
message_received = Signal()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue