fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
GzipPipelineCachedStorage from fnpdjango.
[wolnelektury.git]
/
apps
/
catalogue
/
tasks.py
diff --git
a/apps/catalogue/tasks.py
b/apps/catalogue/tasks.py
index
cb6fd64
..
663a5bc
100644
(file)
--- a/
apps/catalogue/tasks.py
+++ b/
apps/catalogue/tasks.py
@@
-16,7
+16,7
@@
def touch_tag(tag):
'picture_count': tag.get_picture_count(),
'changed_at': localtime_to_utc(datetime.now()),
}
- print update_dict
+
type(tag).objects.filter(pk=tag.pk).update(**update_dict)