X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6d42bc478e3d1bd90eb294464748c21e4de0fc63..08e687e53ba84afd39646185142e59c6bfe77783:/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):