We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490e385 commit 4c0ac41Copy full SHA for 4c0ac41
django_pgviews/signals.py
@@ -1,5 +1,5 @@
1
from django.dispatch import Signal
2
3
4
-view_synced = Signal(providing_args=["update", "force", "status", "has_changed", "using"])
5
-all_views_synced = Signal(providing_args=["using"])
+view_synced = Signal()
+all_views_synced = Signal()
0 commit comments