1
0
Fork 1
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:
Sander Roosendaal 2021-12-16 14:50:53 +01:00
parent 40263b6670
commit 918db057d3

View file

@ -1,3 +1,4 @@
from django.dispatch.dispatcher import Signal
message_received = Signal(providing_args=['message'])
# providing_args=['message']
message_received = Signal()