~robin-jeffries/mailman/dlist-robin

« back to all changes in this revision

Viewing changes to src/mailman/database/tests/test_migrations.py

  • Committer: Barry Warsaw
  • Date: 2012-08-19 22:58:55 UTC
  • Revision ID: barry@list.org-20120819225855-ufwn3hhuyu52i638
 * Removed obsolete `IMailingList` attribute `generic_nonmember_action.
   (LP: #975696)

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
        for present in ('archive',
92
92
                        'archive_private',
93
93
                        'archive_volume_frequency',
 
94
                        'generic_nonmember_action',
94
95
                        'include_list_post_header',
95
96
                        'news_moderation',
96
97
                        'news_prefix_subject_too',
118
119
        for missing in ('archive',
119
120
                        'archive_private',
120
121
                        'archive_volume_frequency',
 
122
                        'generic_nonmember_action',
121
123
                        'include_list_post_header',
122
124
                        'news_moderation',
123
125
                        'news_prefix_subject_too',