cubicweb/misc/migration/3.21.1_Any.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Mon, 25 Jan 2016 08:28:16 +0100
changeset 11175 df979f327e3f
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[skeleton] Ship a tox.ini file upon new cube

# re-read ComputedRelation permissions from schema.py now that we're
# able to serialize them
for computedrtype in schema.iter_computed_relations():
    sync_schema_props_perms(computedrtype.type)