~barry/mailman/events-and-web

« back to all changes in this revision

Viewing changes to src/mailman/styles/default.py

  • Committer: Barry Warsaw
  • Date: 2012-08-20 15:06:03 UTC
  • Revision ID: barry@list.org-20120820150603-31d0tove8m7swhfp
A few fixes for schema migration on PostgreSQL.

 - migration.rst needs special cleanup since the Version table is no longer
   wiped by the test machinery.  This only caused failures when running
   the migration.rst test multiple times, and only on PostgreSQL.
 - Complete the removal of archive_volume_frequency and
   generic_nonmember_action for PostgreSQL.
 - Remove setting archive_volume_frequency in the default style.   

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
        mlist.default_nonmember_action = Action.hold
119
119
        # Archiver
120
120
        mlist.archive_policy = ArchivePolicy.public
121
 
        mlist.archive_volume_frequency = 1
122
121
        mlist.emergency = False
123
122
        mlist.member_moderation_notice = ''
124
123
        mlist.accept_these_nonmembers = []