X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..2e37735013cf9e1f806851ac82a1f517a597298e:/src/newtagging/managers.py diff --git a/src/newtagging/managers.py b/src/newtagging/managers.py index 0bfec5413..7de7fe735 100644 --- a/src/newtagging/managers.py +++ b/src/newtagging/managers.py @@ -78,4 +78,3 @@ class TagDescriptor(object): def __del__(self, instance): self.tag_model.objects.update_tags(instance, []) -