cubicweb/misc/migration/3.14.7_Any.py
author julien tayon <julien.tayon@logilab.fr>
Tue, 11 Jun 2019 09:07:24 +0200
changeset 12637 234ca3cbbb46
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[py3] Use sorted(key=...) instead of sorted(cmp=...)

# migrate default format for TriInfo `comment_format` attribute
sync_schema_props_perms('TrInfo')

commit()