mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
compatibility w django 4.0
This commit is contained in:
parent
40263b6670
commit
918db057d3
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