X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..92d5e49e4342aaa19efdc77e66d59e7c16c501bb:/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, []) -