-# -*- coding: utf-8 -*-
+# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+#
"""
Custom managers for Django models registered with the tagging
application.
def __del__(self, instance):
self.tag_model.objects.update_tags(instance, [])
-