X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/946f2dc5728e293dd7fc55bac7a8cf8d3dcc5722..3a3123ecda265f9fa1becea878427d4d20a54f19:/philo/models/base.py?ds=sidebyside diff --git a/philo/models/base.py b/philo/models/base.py index f9c22f9..86569b7 100644 --- a/philo/models/base.py +++ b/philo/models/base.py @@ -16,7 +16,7 @@ from philo.utils.entities import AttributeMapper, TreeAttributeMapper from philo.validators import json_validator -__all__ = ('Tag', 'value_content_type_limiter', 'register_value_model', 'unregister_value_model', 'JSONValue', 'ForeignKeyValue', 'ManyToManyValue', 'Attribute', 'Entity', 'TreeEntity') +__all__ = ('Tag', 'value_content_type_limiter', 'register_value_model', 'unregister_value_model', 'JSONValue', 'ForeignKeyValue', 'ManyToManyValue', 'Attribute', 'Entity', 'TreeEntity', 'SlugTreeEntity') class Tag(models.Model):