Implemented the solution proposed to #130 - removed TreeModel and made a SlugTreeEnti...
[philo.git] / docs / models / entities.rst
index 20a6e80..b39a253 100644 (file)
@@ -40,18 +40,16 @@ Entities
 
 .. autoclass:: Entity
        :members:
-       :exclude-members: attribute_set, get_attribute_mapper
 
-.. autoclass:: TreeManager
+.. autoclass:: TreeEntityManager
        :members:
 
 .. autoclass:: TreeEntity
        :show-inheritance:
        :members:
-       :exclude-members: attribute_set, get_attribute_mapper
 
        .. attribute:: objects
 
-               An instance of :class:`TreeManager`.
+               An instance of :class:`TreeEntityManager`.
        
        .. automethod:: get_path
\ No newline at end of file