Skip to content

Commit

Permalink
Fix deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Apr 24, 2021
1 parent 4e3b314 commit 2d0576c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pinax/eventlog/signals.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import django.dispatch

event_logged = django.dispatch.Signal(providing_args=["event"])
event_logged = django.dispatch.Signal()

0 comments on commit 2d0576c

Please sign in to comment.