Added docs for the db template loader and skeleton docs for templatetags. Updated...
[philo.git] / docs / models / entities.rst
index 4127f56..d794c90 100644 (file)
@@ -1,7 +1,7 @@
 Entities and Attributes
 =======================
 
-.. automodule:: philo.models.base
+.. module:: philo.models.base
 
 One of the core concepts in Philo is the relationship between the :class:`Entity` and :class:`Attribute` classes. :class:`Attribute`\ s represent an arbitrary key/value pair by having one :class:`GenericForeignKey` to an :class:`Entity` and another to an :class:`AttributeValue`.
 
@@ -39,7 +39,7 @@ Entities
 
 .. autoclass:: Entity
        :members:
-       :exclude-members: attribute_set
+       :exclude-members: attribute_set, get_attribute_mapper
 
 .. autoclass:: TreeManager
        :members:
@@ -47,7 +47,7 @@ Entities
 .. autoclass:: TreeEntity
        :show-inheritance:
        :members:
-       :exclude-members: attribute_set
+       :exclude-members: attribute_set, get_attribute_mapper
 
        .. attribute:: objects