Added SlugTreeEntity to models.base.__all__.
authorStephen Burrows <stephen.r.burrows@gmail.com>
Thu, 2 Jun 2011 21:40:55 +0000 (17:40 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Thu, 2 Jun 2011 21:41:10 +0000 (17:41 -0400)
philo/models/base.py

index f9c22f9..86569b7 100644 (file)
@@ -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):