misc/migration/3.21.1_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 04 Nov 2015 09:09:08 +0100
changeset 10867 ca73ee6d24ad
parent 10553 1d824df4f2bd
permissions -rw-r--r--
[dataimport] remove deprecated methods from massive store This code is new in cubicweb, no reason for it to carry deprecated stuff from the start.

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