diff --git a/mayan/apps/tags/registry.py b/mayan/apps/tags/registry.py index ebe8b9fb9b..377641137b 100644 --- a/mayan/apps/tags/registry.py +++ b/mayan/apps/tags/registry.py @@ -4,12 +4,8 @@ from .cleanup import cleanup bootstrap_models = [ { - 'name': 'taggit.tag', - 'sanitize': False, - }, - { - 'name': 'tagproperties', - 'dependencies': ['taggit.tag'] + 'name': 'tag', + 'dependencies': ['documents.document'] } ] cleanup_functions = [cleanup]