doc/api/pyramid/tools.rst
author Denis Laxalde <denis.laxalde@logilab.fr>
Mon, 06 Feb 2017 11:21:31 +0100
branch3.24
changeset 11948 73ed9c204de9
parent 11631 faf279e33298
child 11930 83a921bae21c
permissions -rw-r--r--
[migration] Move pyramid-related migration after "entities" table modifications Otherwise, we getting into `add_entity_type('CWSession')` we try to insert a CWEType without any 'asource' column (per 3.24's schema) whereas the backend still wants it. Closes #17054035.

.. _tools_module:

:mod:`cubicweb.pyramid.tools`
----------------------------

.. automodule:: cubicweb.pyramid.tools

    .. autofunction:: includeme

    .. autofunction:: clone_user
    .. autofunction:: cnx_attach_entity
    .. autofunction:: cached_build_user
    .. autofunction:: clear_cache