misc/migration/3.20.0_Any.py
author Alain Leufroy <alain@leufroy.fr>
Thu, 15 May 2014 23:05:15 +0200
changeset 10104 cdc0b0216da2
parent 10092 f0363da0b5a0
child 10169 ed57c5215530
permissions -rw-r--r--
[cwctl] rewrite wsgi method choices This will help devs to add new choices by adding their callback to WSGI_CHOICES. Note: ``options`` becomes a property because ``wsgichoices()`` should be evaluated at the last-minute.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10092
f0363da0b5a0 [schema] stop using RQLUniqueConstraint (closes #3753250)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     1
sync_schema_props_perms('State')
f0363da0b5a0 [schema] stop using RQLUniqueConstraint (closes #3753250)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     2
sync_schema_props_perms('state_of')
f0363da0b5a0 [schema] stop using RQLUniqueConstraint (closes #3753250)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     3
sync_schema_props_perms('BaseTransition')
f0363da0b5a0 [schema] stop using RQLUniqueConstraint (closes #3753250)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     4
sync_schema_props_perms('Transition')
f0363da0b5a0 [schema] stop using RQLUniqueConstraint (closes #3753250)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     5
sync_schema_props_perms('WorkflowTransition')
f0363da0b5a0 [schema] stop using RQLUniqueConstraint (closes #3753250)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     6
sync_schema_props_perms('transition_of')