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