fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixes
[wolnelektury.git]
/
src
/
newtagging
/
models.py
diff --git
a/src/newtagging/models.py
b/src/newtagging/models.py
index
e3e8f3c
..
84149cc
100644
(file)
--- 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):