summaryrefslogtreecommitdiff
path: root/src/mailman/commands/tests/test_eml_membership.py
Commit message (Collapse)AuthorAgeFilesLines
* Migrate the [un]subscription_policy attribute.J08nY2017-08-071-2/+2
| | | | | | | | | - This is quite a huge commit, since it changes the type of the MailingList.subscription_policy and unsubscription_policy attributes to the new names of pluggable workflows, in all occurences. - Also adds a migration to migrate the attributes to the new types. - Adds tests for the migration.
* Convert to click for CLI optionsBarry Warsaw2017-07-221-0/+54