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