devtools/__init__.py
branchstable
changeset 4761 e37932b89a6a
parent 4520 1d2c7b3adc39
child 4913 083b4d454192
--- a/devtools/__init__.py	Wed Mar 03 17:48:08 2010 +0100
+++ b/devtools/__init__.py	Wed Mar 03 17:49:24 2010 +0100
@@ -30,8 +30,8 @@
 
 SYSTEM_RELATIONS = schema.META_RTYPES | set((
     # workflow related
-    'workflow_of', 'state_of', 'transition_of', 'initial_state', 'allowed_transition',
-    'destination_state', 'from_state', 'to_state',
+    'workflow_of', 'state_of', 'transition_of', 'initial_state', 'default_workflow',
+    'allowed_transition', 'destination_state', 'from_state', 'to_state',
     'condition', 'subworkflow', 'subworkflow_state', 'subworkflow_exit',
     'custom_workflow', 'in_state', 'wf_info_for',
     # cwproperty