~barry/mailman/events-and-web

« back to all changes in this revision

Viewing changes to src/mailman/model/mailinglist.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:
148
148
    forward_auto_discards = Bool()
149
149
    gateway_to_mail = Bool()
150
150
    gateway_to_news = Bool()
151
 
    generic_nonmember_action = Int()
152
151
    goodbye_message_uri = Unicode()
153
152
    header_matches = Pickle()
154
153
    header_uri = Unicode()