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