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`.
:members:
.. automodule:: philo.models.base
+ :noindex:
:members: attribute_value_limiter
.. autoclass:: JSONValue
.. autoclass:: Entity
:members:
- :exclude-members: attribute_set
-.. autoclass:: TreeManager
+.. autoclass:: TreeEntityManager
:members:
.. autoclass:: TreeEntity
:show-inheritance:
:members:
- :exclude-members: attribute_set
.. attribute:: objects
- An instance of :class:`TreeManager`.
+ An instance of :class:`TreeEntityManager`.
.. automethod:: get_path
\ No newline at end of file