- Represents an arbitrary key/value pair attached to a model.
-
- .. attribute:: entity
-
- :class:`GenericForeignKey` to anything.
-
- .. attribute:: value
-
- :class:`GenericForeignKey` to a subclass of :class:`AttributeValue`.
-
- .. attribute:: key
-
- :class:`CharField` containing a key (up to 255 characters) consisting of alphanumeric characters and underscores.
-
-.. class:: Entity
-
- A class that simplifies access to related attributes.
-
- .. attribute:: attribute_set
-
- :class:`GenericRelation` back to :class:`Attribute`.
-
- .. attribute:: attributes
-
- Property that returns a dictionary-like object which can be used to retrieve :class:`Attribute`\ s values directly.
-
- Example::
-
- >>> attr = entity.attribute_set.get(key='spam')
- >>> attr.value.value
- u'eggs'
- >>> entity.attributes['spam']
- u'eggs'
\ No newline at end of file
+ An instance of :class:`TreeEntityManager`.
+
+ .. automethod:: get_path
\ No newline at end of file