Remove reference to unused model

This commit is contained in:
Roberto Rosario
2014-10-17 22:49:31 -04:00
parent fe79931eec
commit c2f42bbcd9

View File

@@ -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]