X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6d42bc478e3d1bd90eb294464748c21e4de0fc63..f4e9d89859fd521ec9eeb1f94f9caa374ef86960:/src/newtagging/models.py

diff --git a/src/newtagging/models.py b/src/newtagging/models.py
index e3e8f3c0a..84149cc82 100644
--- a/src/newtagging/models.py
+++ b/src/newtagging/models.py
@@ -12,7 +12,7 @@ from django.dispatch import Signal
 
 qn = connection.ops.quote_name
 
-tags_updated = Signal(providing_args=["affected_tags"])
+tags_updated = Signal()
 
 
 def get_queryset_and_model(queryset_or_model):