doc/book/en/devrepo/entityclasses/data-as-objects.rst
changeset 10222 75d6096216d7
parent 8492 8ec7cc28b501
equal deleted inserted replaced
10221:17ad882a211f 10222:75d6096216d7
    15   but are lists of instances
    15   but are lists of instances
    16 
    16 
    17 `Formatting and output generation`:
    17 `Formatting and output generation`:
    18 
    18 
    19 * :meth:`view(__vid, __registry='views', **kwargs)`, applies the given view to the entity
    19 * :meth:`view(__vid, __registry='views', **kwargs)`, applies the given view to the entity
    20   (and returns an unicode string)
    20   (and returns a unicode string)
    21 
    21 
    22 * :meth:`absolute_url(*args, **kwargs)`, returns an absolute URL including the base-url
    22 * :meth:`absolute_url(*args, **kwargs)`, returns an absolute URL including the base-url
    23 
    23 
    24 * :meth:`rest_path()`, returns a relative REST URL to get the entity
    24 * :meth:`rest_path()`, returns a relative REST URL to get the entity
    25 
    25