X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ab8ffbde2df33d9c699e029ba613d2b014ba44b8..01ba89e7caab3e386df4b1a99a93b98a237a0457:/apps/catalogue/tasks.py diff --git a/apps/catalogue/tasks.py b/apps/catalogue/tasks.py index 663a5bce4..7d180687c 100644 --- a/apps/catalogue/tasks.py +++ b/apps/catalogue/tasks.py @@ -12,8 +12,6 @@ from wolnelektury.utils import localtime_to_utc # TODO: move to model? def touch_tag(tag): update_dict = { - 'book_count': tag.get_count(), - 'picture_count': tag.get_picture_count(), 'changed_at': localtime_to_utc(datetime.now()), }