mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-10 06:48:19 +02:00
Upgrade to last Django & Python supported versions
This commit is contained in:
parent
462fdd3e49
commit
1c7ddca6ca
10 changed files with 63 additions and 66 deletions
|
|
@ -1,3 +1,3 @@
|
|||
from django.dispatch.dispatcher import Signal
|
||||
|
||||
message_received = Signal(providing_args=['message'])
|
||||
message_received = Signal() # providing_args=['message']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue