diff -r 6397a9051f65 -r 134613d3b353 entities/wfobjs.py --- a/entities/wfobjs.py Wed Jul 20 14:09:42 2011 +0200 +++ b/entities/wfobjs.py Wed Jul 20 18:22:41 2011 +0200 @@ -326,8 +326,8 @@ result[ep.subwf_state.eid] = ep.destination and ep.destination.eid return result - def clear_all_caches(self): - super(WorkflowTransition, self).clear_all_caches() + def cw_clear_all_caches(self): + super(WorkflowTransition, self).cw_clear_all_caches() clear_cache(self, 'exit_points')