Skip to content

Commit 4c0ac41

Browse files
robalarmikicz
authored andcommitted
Remove deprecated use of providing_args
1 parent 490e385 commit 4c0ac41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

django_pgviews/signals.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from django.dispatch import Signal
22

33

4-
view_synced = Signal(providing_args=["update", "force", "status", "has_changed", "using"])
5-
all_views_synced = Signal(providing_args=["using"])
4+
view_synced = Signal()
5+
all_views_synced = Signal()

0 commit comments

Comments
 (0)