skeleton/sobjects.py.tmpl
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 15 Jan 2015 15:45:09 +0100
changeset 10182 116b24efad0e
parent 8207 c04676b16c59
permissions -rw-r--r--
[hooks] don't insert an owned_by relation for deleted entities If, in the same transaction, a composed entity is created and deleted, we'll have scheduled a SyncOwnersOp which would end up creating an owned_by relation for the deleted entity. Closes #4846883

# -*- coding: utf-8 -*-
# copyright %(year)s %(author)s, all rights reserved.
# contact %(author-web-site)s -- mailto:%(author-email)s
#
%(long-license)s
"""%(distname)s repository side views, usually for notification"""