summaryrefslogtreecommitdiff
path: root/src/mailman/model/workflows.py
Commit message (Collapse)AuthorAgeFilesLines
* Save the complete workflow stack, not only last step.J08nY2017-08-071-3/+3
|
* Create mailman.workflows package. Move base Workflow there.J08nY2017-08-071-0/+71
- Also introduce IWorkflow, ISubscriptionWorkflow, IUnsubscriptionWorkflow.