misc/migration/3.21.1_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 30 Sep 2015 18:03:53 +0200
changeset 10739 27f946cfe350
parent 10553 1d824df4f2bd
permissions -rw-r--r--
[wsgi] don't convert form values This is done earlier in multipart.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)