cubicweb/misc/migration/3.21.1_Any.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 09 Nov 2016 16:05:06 +0100
changeset 11885 e93a01a69035
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[cleanup] flake8 rtags.py

# 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)